Shopping
Bosch Home logo

Bosch Home API

bosch-home.com

Bosch Home appliances - category listings, details, pricing, reviews, Q&A, and accessories.

Actions
7
Category
Shopping
Login
Not required
Output
JSON

Call the Bosch Home API

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

7 actions on bosch-home.com

Read

  • Category Listing

    act_bosch_home_com_category_listing_ssrread1 credit / call

    Returns products in a category with titles, prices, ratings, and availability.

    category_slug
    string · required
  • National Homepage

    act_bosch_home_com_national_homepage_ssrread1 credit / call

    Returns the homepage with category navigation and featured product teasers.

  • Product Details

    act_bosch_home_com_product_detail_ssrread1 credit / call

    Returns full product details including pricing, specifications, and related accessories.

    product_path
    string · required
    product_id
    string · required
  • Product Listing

    act_bosch_home_com_product_listing_graphqlread2 credits / call

    Returns product cards for a batch of SKUs with prices, availability, and ratings.

    product_ids
    string · required
  • Product Questions

    act_bosch_home_com_product_questions_graphqlread2 credits / call

    Returns customer questions and answers for a product.

    product_id
    string · required
    locales
    string
  • Product Reviews

    act_bosch_home_com_product_reviews_graphqlread2 credits / call

    Returns product reviews with text, ratings, and rating distribution.

    product_id
    string · required
    locales
    string
  • Related Products

    act_bosch_home_com_related_products_graphqlread2 credits / call

    Returns related accessory and similar products with prices and ratings.

    product_ids
    string · required

Bosch Home API questions

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