Industrial
Hilti.com logo

Hilti.com API

hilti.com

Hilti industrial fasteners and tools catalog — browse categories, product listings, specs, approvals (ETA/ICC), variants, and pricing.

Actions
4
Category
Industrial
Login
Not required
Output
JSON

Call the Hilti.com API

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

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_hilti_com_category_detail",
    "params": {
      "id": "CLS_ROTARY_HAMMERS_7125"
    }
  }'

4 actions on hilti.com

Write

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

  • Category Detail

    act_hilti_com_category_detailwrite2 credits / call

    Resolves Hilti category metadata and breadcrumb path for a given category ID. Returns category title, description, thumbnail, parent path, and child subcategories.

    id
    string · required
    parent_category_id
    string
    subcategory_id
    string
  • Product Listing

    act_hilti_com_product_listingwrite2 credits / call

    Lists products within a Hilti category path with pagination. Returns product titles, thumbnails, technical attributes, pagination details, and available filters.

    category_path
    string · required
    page
    string · required
    subcategory_id
    string
    page_size
    string
  • Product Pricing

    act_hilti_com_product_pricingwrite2 credits / call

    Fetches USD standard and fleet pricing for one or more Hilti product SKUs. Returns unit prices, quantity tiers, fleet upfront/monthly fees, and currency details.

    product_ids
    string · required
  • Product Variants

    act_hilti_com_product_variantswrite2 credits / call

    Resolves SKU configuration options and variants for a Hilti product range. Returns variant products with filter attributes, packaging units, and configuration filters.

    id
    string · required
    product_range_id
    string

Hilti.com API questions

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

All Industrial sites