Electronics
Reichelt.com logo

Reichelt.com API

reichelt.com

Reichelt electronic components catalog — browse categories, search, and product-detail pages for EU SKUs, specs, datasheets, price, and stock.

Actions
5
Category
Electronics
Login
Not required
Output
JSON

Call the Reichelt.com API

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

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_reichelt_com_category_landing_ssr",
    "params": {
      "category_slug": "resistors-3059"
    }
  }'

5 actions on reichelt.com

Read

  • Category Landing Page

    act_reichelt_com_category_landing_ssrread1 credit / call

    Return a category landing page with subcategory tiles, navigation links, and category metadata.

    category_slug
    string · required
  • Category Listing Page

    act_reichelt_com_category_listing_ssrread1 credit / call

    Return a category listing with filter facets, sort options, and pagination.

    category_slug
    string · required
  • Product Detail Page

    act_reichelt_com_product_detail_ssrread1 credit / call

    Return product detail by slug: article number, specs, datasheet link, price, and stock.

    product_slug
    string · required

Write

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

  • Category Tree

    act_reichelt_com_category_treewrite2 credits / call

    Return subcategory nodes for a parent category ID with names, links, and hierarchy depth.

    parent_category_id
    string · required
  • Search Autocomplete

    act_reichelt_com_search_autocompletewrite2 credits / call

    Return typeahead suggestions with matching product, category, and manufacturer links.

    search_query
    string · required

Reichelt.com API questions

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

All Electronics sites