Hardware
Bolt Depot logo

Bolt Depot API

boltdepot.com

Bolt Depot fastener catalog — browse category taxonomy, listings, and product-detail pages for thread, drive, material, grade, finish, SKU, and price data.

Actions
1
Category
Hardware
Login
Not required
Output
JSON

Call the Bolt Depot API

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

1 action on boltdepot.com

Read

  • Category Catalog Tree

    act_boltdepot_com_category_catalog_treeread1 credit / call

    Returns the fastener category hierarchy with tab groups, category family links, and navigation items.

Bolt Depot API questions

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

All Hardware sites