Mro
Toolstation logo

Toolstation API

toolstation.com

Toolstation (Industrial MRO) catalog — browse category tree and product-detail pages for trade tools/MRO SKUs, specs, public prices, and stock.

Actions
8
Category
Mro
Login
Not required
Output
JSON

Call the Toolstation API

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

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_toolstation_com_category_page_layout",
    "params": {
      "category_slug": "power-tools",
      "category_id": "5"
    }
  }'

8 actions on toolstation.com

Read

  • Category Page Layout

    act_toolstation_com_category_page_layoutread1 credit / call

    Returns a category department's product listing layout, navigation, and merchandising slots.

    category_slug
    string · required
    category_id
    string · required
  • Category Tree

    act_toolstation_com_category_treeread1 credit / call

    Returns the category taxonomy node with child departments, metadata, and hierarchy for a category ID.

    category_id
    string · required
  • Product Detail

    act_toolstation_com_product_detail_ssrread1 credit / call

    Returns full product detail including specs, pricing, and availability for a given SKU.

    product_slug
    string · required
    product_code
    string · required
  • Search Autocomplete

    act_toolstation_com_search_autocompleteread1 credit / call

    Returns typeahead search suggestions and category hints for a partial query.

    q
    string · required
    catalog_views
    string

Write

Write actions change state on toolstation.com and run as the account you connect.

  • Frequently Bought Together

    act_toolstation_com_frequently_bought_togetherwrite2 credits / call

    Returns products frequently bought together with a given SKU, including IDs, titles, and pricing.

    product_id
    string · required
  • Product Detail Batch

    act_toolstation_com_product_detail_batchwrite2 credits / call

    Returns full product records for one or more SKUs in a single batch request.

    products
    array · required
  • Related Products

    act_toolstation_com_related_productswrite2 credits / call

    Returns similar-item product recommendations for a given SKU.

    product_id
    string · required
  • Stock Availability

    act_toolstation_com_stock_availabilitywrite2 credits / call

    Returns stock quantities per product code for one or more SKUs.

    products
    array · required

Toolstation API questions

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

All Mro sites