Shopping
Bosch Tools logo

Bosch Tools API

boschtools.com

Bosch Tools - power tools, specs, accessories, and dealer locator.

Actions
6
Category
Shopping
Login
Not required
Output
JSON

Call the Bosch Tools API

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

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_boschtools_category_listing_page",
    "params": {
      "category_slug": "cordless-power-tools-35676-ocs-c"
    }
  }'

6 actions on boschtools.com

Read

  • Category Listing

    act_boschtools_category_listing_pageread1 credit / call

    Returns product tiles with titles, prices, and urls for a power tools category.

    category_slug
    string · required
  • Product Details

    act_boschtools_product_detail_pageread1 credit / call

    Returns product specs, features, images, and identifiers from a product detail page.

    product_slug
    string · required
  • Product Rating Summary

    act_boschtools_product_rating_summaryread1 credit / call

    Returns review counts, average rating, and recommendation scores for a product.

    productid
    string · required
  • Product Video Manifest

    act_boschtools_product_video_manifestread2 credits / call

    Returns video stream manifest URLs and metadata for product demo videos.

    encoded_player_payload
    string · required
  • Related Product Metadata

    act_boschtools_related_product_metadataread1 credit / call

    Returns related product card details with titles, images, and pricing for a SKU.

    related_sku
    string · required
  • Related Product Recommendations

    act_boschtools_related_product_recommendationsread1 credit / call

    Returns personalized related product and accessory recommendations for a product.

    product_id
    string · required

Bosch Tools API questions

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