Marketplace
idealo logo

idealo API

idealo.de

German price comparison marketplace - product search, listings, reviews, and price history.

Actions
5
Category
Marketplace
Login
Not required
Output
JSON

Call the idealo API

Submit a task, then poll the job until it settles. This example runs act_idealo_de_homepage_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_idealo_de_homepage_ssr",
    "params": {}
  }'

5 actions on idealo.de

Read

  • Homepage Deals

    act_idealo_de_homepage_ssrread1 credit / call

    Returns homepage featured deals with product titles, prices, and category navigation.

  • Product Bargain Status

    act_idealo_de_product_bargain_statusread1 credit / call

    Returns whether a product is currently a bargain and its savings.

    product_id
    string · required
  • Product International Prices

    act_idealo_de_product_international_pricesread3 credits / call

    Returns a product's prices across countries with currencies and store links.

    product_id
    string · required
  • Product Price History

    act_idealo_de_product_price_historyread2 credits / call

    Returns a product's daily price history over a selected period.

    product_id
    string · required
    period
    string
  • Travel Deals Listing

    act_idealo_de_travel_deals_listingread1 credit / call

    Returns flight deals with routes, prices, dates, savings, and booking links.

idealo API questions

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

All Marketplace sites