Mro
Cromwell.Co.Uk logo

Cromwell.Co.Uk API

cromwell.co.uk

Cromwell industrial MRO catalog — browse categories, search products, and fetch product details including MPN, specs, and pricing.

Actions
6
Category
Mro
Login
Not required
Output
JSON

Call the Cromwell.Co.Uk API

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

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_cromwell_co_uk_autocomplete_suggestions",
    "params": {
      "query": "air freshener"
    }
  }'

6 actions on cromwell.co.uk

Read

  • Category Tree

    act_cromwell_co_uk_category_treeread1 credit / call

    Returns the full Cromwell category taxonomy with nested category IDs, slugs, and display names for catalog navigation.

  • Product Detail

    act_cromwell_co_uk_product_detailread1 credit / call

    Returns structured product JSON for a SKU including manufacturer part number, technical specifications, price, and stock availability.

    sku
    string · required
  • Product Detail Page

    act_cromwell_co_uk_product_detail_ssrread1 credit / call

    Returns the product detail page for a SKU with pricing, specifications, and stock availability.

    category_slug
    string · required
    product_slug
    string · required
    sku
    string · required
  • Product Listing Page

    act_cromwell_co_uk_product_listing_ssrread2 credits / call

    Returns a category product grid with product cards, SKU, price, pagination, and available filters.

    category_slug
    string · required
    category_id
    string · required
    page_no
    string

Write

Write actions change state on cromwell.co.uk and run as the account you connect.

  • Autocomplete Suggestions

    act_cromwell_co_uk_autocomplete_suggestionswrite2 credits / call

    Returns typeahead search suggestions for a partial query string, including product names and categories as the user types.

    query
    string · required
  • Search Results

    act_cromwell_co_uk_search_resultswrite2 credits / call

    Executes a full-text product search and returns paginated product cards with SKU, price, category metadata, and availability.

    query
    string · required
    pageNo
    string

Cromwell.Co.Uk API questions

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