Hardware
Tanner Bolt & Nut logo

Tanner Bolt & Nut API

tannerbolt.com

Tanner Bolt & Nut fasteners catalog — browse category trees, product listings, and product-detail pages with SKU, specs, and pricing.

Actions
4
Category
Hardware
Login
Not required
Output
JSON

Call the Tanner Bolt & Nut API

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

4 actions on tannerbolt.com

Read

  • Category Tree

    act_tannerbolt_com_category_treeread1 credit / call

    Returns the full nested category tree with names, URLs, and hierarchy levels.

    referer
    string
  • Filter Facets

    act_tannerbolt_com_filter_facetsread2 credits / call

    Returns filter options (diameter, length, material, finish) for a category listing.

    category_id
    string · required
    category_url_path
    string
    category_slug
    string
  • Product Detail

    act_tannerbolt_com_product_detail_ssrread1 credit / call

    Returns SKU, price, specifications, and availability for a product by slug.

    product_url_slug
    string · required
  • Related Products

    act_tannerbolt_com_related_productsread2 credits / call

    Returns related and upsell recommendations with SKU, name, price, and stock.

    url_key
    string · required
    product_url_slug
    string

Tanner Bolt & Nut API questions

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