Industrial
Festo.Com logo

Festo.Com API

festo.com

Festo power transmission and pneumatics/automation catalog — browse categories, product listings, series detail, article specs, CAD, and pricing.

Actions
9
Category
Industrial
Login
Not required
Output
JSON

Call the Festo.Com API

Submit a task, then poll the job until it settles. This example runs act_festo_com_article_detail.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_festo_com_article_detail",
    "params": {
      "article_number": "5249943"
    }
  }'

9 actions on festo.com

Read

  • Article Detail

    act_festo_com_article_detailread1 credit / call

    Returns full Festo article/SKU detail including MPN, technical specifications, CAD download URL, and pricing hints for a given article number.

    article_number
    string · required
  • Category Navigation Tree

    act_festo_com_category_treeread1 credit / call

    Returns the full Festo product category navigation hierarchy for browsing pneumatics, actuators, and automation catalog branches.

  • Product Diagrams

    act_festo_com_product_diagramsread1 credit / call

    Returns technical diagrams, dimension drawings, and CAD-related diagram URLs for a Festo product series.

    product_series_code
    string · required
  • Product Listing

    act_festo_com_product_listingread2 credits / call

    Returns paginated product variant rows, search facets, and article summaries for a Festo catalog category.

    category_id
    string · required
  • Product Series Detail

    act_festo_com_product_series_detailread1 credit / call

    Returns product series overview, key advantages, specification summaries, and series-level metadata for a Festo product family.

    product_series_code
    string · required
  • Product Variant Listing

    act_festo_com_product_variant_listingread2 credits / call

    Returns a paginated variant table with MPNs, filter facets, and technical data columns for all articles in a Festo product series.

    product_series_code
    string · required
    page
    string · required
  • Subcategory Listing

    act_festo_com_subcategory_listingread1 credit / call

    Returns child sub-categories, descriptions, and navigation links for a given Festo catalog category branch.

    category_id
    string · required

Write

Write actions change state on festo.com and run as the account you connect.

  • CAD Configurator

    act_festo_com_cad_configuratorwrite2 credits / call

    Returns CAD configurator options, part numbers, and configurator URLs for a product or article code.

    product_or_article_code
    string · required
  • Product Recommendations

    act_festo_com_product_recommendationswrite2 credits / call

    Returns suggested and related Festo product recommendations for a given article or material context on a product detail page.

    context
    string · required

Festo.Com API questions

Is there an API for Festo.Com?
Festo.Com does not offer a public data API for this, but Anakin Wire provides 9 maintained endpoints for festo.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Festo.Com data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when festo.com changes its markup, Anakin updates the action.
Do I need a Festo.Com account?
No. Every Festo.Com action listed here runs anonymously — no account and no credentials required.
What does the Festo.Com API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Industrial APIs

All Industrial sites