Bildelsbasen: Get Part Categories
Bildelsbasen via Parse · automotive
Returns all top-level part categories for a specific make and model. Each category includes a numeric ID (pc1), display name (pt1), image path, and existence flag indicating whether parts are currently in stock. Use the vt2 value from get_models as the model parameter and the pt1 value in subsequent get_part_subcategories calls. API for browsing dismantled car parts catalog on Bildelsbasen.se. Supports browsing by make/model/category hierarchy, vehicle registration lookup, and listing affiliated dismantler companies. Fulfilled by Parse from bildelsbasen.se.
- automotive
- bildelsbasen
- bildelsbasen-se
- ecommerce
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- automotive
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/46a56823-df87-4cd9-9e90-f5deda7deeb9/get_part_categories
- Interface artifact
- sha256:7b2b1d140db98fd0a57c84f1dde1e1ad52c8c770d853a5061b9bac459bcf61d0
- Manifest digest
- sha256:81acb64e71cc707e2da65056321aadc776294d60391cbfe04f4be28e859674b9
Request fields
- make (string, required): Car make/brand name (e.g. 'Audi').
- model (string, required): Car model identifier, the vt2 value from get_models (e.g. 'Q7', 'A3, S3').
Example queries
- {"make":"Audi","model":"Q7"}