Electronics
Conrad logo

Conrad API

conrad.com

German Conrad electronics and industrial B2B catalog with SKUs, specs, datasheets, and EU pricing.

Actions
5
Category
Electronics
Login
Not required
Output
JSON

Call the Conrad API

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

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_conrad_com_category_tree",
    "params": {
      "language": "en"
    }
  }'

5 actions on conrad.com

Read

  • Category Tree

    act_conrad_com_category_treeread1 credit / call

    Returns the Conrad B2B category hierarchy with nested category IDs, names, and relations for resolving facet-search filters.

    language
    string
  • Product Detail Page

    act_conrad_com_product_detail_ssrread1 credit / call

    Returns a product detail page with SKU, price, datasheet links, and specifications.

    product_slug
    string · required
    product_id
    string · required

Write

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

  • Product Detail

    act_conrad_com_product_detailwrite2 credits / call

    Returns bulk product detail payloads with technical attributes, media assets, datasheet document URLs, and B2B specification fields for the requested SKUs.

    product_ids
    array · required
  • Product Listing

    act_conrad_com_product_listingwrite2 credits / call

    Runs a faceted category search and returns product IDs, titles, teaser specs, and grid-card fields for the matched listing page.

    category_id
    string · required
    query
    string
    search_query
    string
    from
    string
  • Product Pricing

    act_conrad_com_product_pricingwrite2 credits / call

    Returns EUR gross and net unit prices, stock availability, and offer details for a product in the Conrad DE B2B shop context.

    product_id
    string · required

Conrad API questions

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