Shopping
Rewe Germany logo

Rewe Germany API

rewe.de

German grocery ecommerce - browse categories, search products, view pricing and store opening hours via REWE.de Lieferservice.

Actions
3
Category
Shopping
Login
Not required
Output
JSON

Call the Rewe Germany API

Submit a task, then poll the job until it settles. This example runs act_rewe_de_category_navigation_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_rewe_de_category_navigation_tree",
    "params": {
      "market": "240557",
      "service_types": "DELIVERY"
    }
  }'

3 actions on rewe.de

Read

  • Popular Search Suggestions

    act_rewe_de_popular_search_suggestionsread1 credit / call

    Returns popular grocery search terms shown in the search box.

  • Shop Homepage

    act_rewe_de_shop_homepage_ssrread1 credit / call

    Returns parsed category links and promotional product tiles from the shop landing page.

Write

Write actions change state on rewe.de and run as the account you connect.

  • Category Navigation Tree

    act_rewe_de_category_navigation_treewrite2 credits / call

    Returns the shop category tree with labels and product counts for a market.

    market
    string · required
    service_types
    string · required

Rewe Germany API questions

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

All Shopping sites