Hardware
Fastenersuperstore.Com logo

Fastenersuperstore.Com API

fastenersuperstore.com

Fastener SuperStore B2B industrial catalog with spec-filterable fasteners, attributes, SKU, and pricing.

Actions
6
Category
Hardware
Login
Not required
Output
JSON

Call the Fastenersuperstore.Com API

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

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_fastenersuperstore_com_category_product_collections",
    "params": {
      "subcategory_slug": "machine-screws"
    }
  }'

6 actions on fastenersuperstore.com

Read

  • Category Product Collections

    act_fastenersuperstore_com_category_product_collectionsread1 credit / call

    Returns product collection slugs and links within a subcategory.

    subcategory_slug
    string · required
  • Category Subtree

    act_fastenersuperstore_com_category_subtreeread1 credit / call

    Returns subcategory branches and product collection links for a selected top-level category slug.

    category_slug
    string · required
  • Category Tree

    act_fastenersuperstore_com_category_treeread1 credit / call

    Returns top-level fastener category slugs and navigation links from the Fastener SuperStore homepage.

  • Filter Facets

    act_fastenersuperstore_com_filter_facetsread2 credits / call

    Returns available spec filter dimensions such as size, length, material, finish, head style, and drive type for a product listing.

    listing_pid
    string · required
  • Product Detail

    act_fastenersuperstore_com_product_detailread1 credit / call

    Returns full product specifications, attributes, and tiered bulk pricing for a single fastener SKU.

    product_id
    string · required
  • Product Listing Filter

    act_fastenersuperstore_com_product_listing_filterread2 credits / call

    Returns filtered product rows with SKU, unit price, and availability after applying size, length, and pagination facets.

    size
    string · required
    length
    string · required
    page
    string · required

Fastenersuperstore.Com API questions

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