Industrial
Igus.com logo

Igus.com API

igus.com

igus power transmission catalog — browse category tree, search, and product-detail pages for bearings, cable carriers, specs, pricing, and CAD.

Actions
7
Category
Industrial
Login
Not required
Output
JSON

Call the Igus.com API

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

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_igus_com_bearing_lifetime_calculator",
    "params": {
      "article_number": "GSM-0103-02",
      "wear": "0.25",
      "activity": "60"
    }
  }'

7 actions on igus.com

Read

  • Bearing Lifetime Calculator

    act_igus_com_bearing_lifetime_calculatorread2 credits / call

    Calculate iglidur bearing service life for an article given load, wear tolerance, and activity level.

    article_number
    string · required
    wear
    string · required
    activity
    string · required
    bearing_slug
    string
  • Category Landing Page

    act_igus_com_category_landing_ssrread1 credit / call

    Get a category landing page with product tiles, filters, and navigation.

    category_slug
    string · required
  • Product Detail Page

    act_igus_com_product_detail_ssrread1 credit / call

    Get a product detail page with specs, pricing, CAD/configurator sections, and related content.

    product_slug
    string · required
    article_number
    string · required
    search_query
    string
    bearing_slug
    string
  • Search Results Page

    act_igus_com_search_results_ssrread2 credits / call

    Search products and get listings, tabs, and result metadata for a query.

    search_query
    string · required
    tab
    string
  • Unified Search Results

    act_igus_com_unified_search_resultsread2 credits / call

    Search across shop products, info articles, and media for a query.

    search_query
    string · required

Write

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

  • Product Detail

    act_igus_com_product_detail_apiwrite2 credits / call

    Get structured product details with specs, pricing, CAD/PDF assets, and article variants.

    productId
    string · required
    country
    string
    locale
    string
    currency
    string
  • Related Products

    act_igus_com_related_productswrite2 credits / call

    Returns associated and related product variants for given product IDs including download assets and article numbers.

    productIds
    array · required

Igus.com API questions

Is there an API for Igus.com?
Igus.com does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for igus.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 Igus.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 igus.com changes its markup, Anakin updates the action.
Do I need a Igus.com account?
No. Every Igus.com action listed here runs anonymously — no account and no credentials required.
What does the Igus.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