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 / callReturns product tiles with titles, prices, and urls for a power tools category.
- category_slug
- string · required
Product Details
act_boschtools_product_detail_pageread1 credit / callReturns product specs, features, images, and identifiers from a product detail page.
- product_slug
- string · required
Product Rating Summary
act_boschtools_product_rating_summaryread1 credit / callReturns review counts, average rating, and recommendation scores for a product.
- productid
- string · required
Product Video Manifest
act_boschtools_product_video_manifestread2 credits / callReturns video stream manifest URLs and metadata for product demo videos.
- encoded_player_payload
- string · required
Related Product Metadata
act_boschtools_related_product_metadataread1 credit / callReturns 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 / callReturns 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
1-800-Flowers
1-800-Flowers - flowers and gifts, occasions, pricing, variants, and reviews.
Abt
Abt - appliance and electronics categories, specs, prices, and reviews.
Acer Taiwan
Acer Taiwan - products, specs, model comparisons, and pricing.
AFT Fasteners
AFT Fasteners - fastener categories, specs, SKUs, pricing, and availability.
All Electronics
All Electronics - components, categories, product details, and pricing.
Amazon
Amazon - product search, details, reviews, pricing, cart, and orders.