Mro
Manutan.Com logo

Manutan.Com API

manutan.com

Pan-EU industrial and office MRO catalog with product search, category browsing, and product detail APIs for France (fr-FR) locale.

Actions
7
Category
Mro
Login
Not required
Output
JSON

Call the Manutan.Com API

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

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_manutan_com_category_navigation",
    "params": {
      "parentUniqueId": "268618",
      "nameGMC2": "Transpalette",
      "urlCurrentGMC2": "https://www.manutan.fr/fr/maf/transpalette"
    }
  }'

7 actions on manutan.com

Read

  • Category Product Listing

    act_manutan_com_category_product_listingread1 credit / call

    Get a category listing with product grid, structured data, facets, and pagination.

    category_slug
    string · required
  • Product Detail Page

    act_manutan_com_product_detail_ssrread1 credit / call

    Get product details with title, SKU variants, price, technical specs, and structured data.

    product_slug
    string · required

Write

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

  • Category Navigation Menu

    act_manutan_com_category_navigationwrite2 credits / call

    Get the mega-menu with subcategory links, labels, and navigation structure.

    parentUniqueId
    string · required
    nameGMC2
    string · required
    urlCurrentGMC2
    string · required
  • Listing Stock and Delivery

    act_manutan_com_listing_stock_deliverywrite2 credits / call

    Get bulk stock counts and delivery dates for products on a listing page.

    partnumbers
    string · required
    store
    string
    locale
    string
  • Product Documentation

    act_manutan_com_product_documentationwrite2 credits / call

    Lists downloadable technical specification PDFs and documentation files for a product. Returns document titles, file types, and download links.

    product_id
    string · required
    requesttype
    string
  • Product Listing Pagination

    act_manutan_com_product_listing_paginationwrite2 credits / call

    Get additional pages of a category listing with product titles, prices, SKUs, and availability.

    beginIndex
    string · required
    productBeginIndex
    string · required
  • Product Stock and Delivery

    act_manutan_com_product_stock_deliverywrite2 credits / call

    Get stock count and delivery date for a single product variant.

    partnumber
    string · required
    store
    string
    locale
    string
    cutOff
    string
    dateFormat
    string

Manutan.Com API questions

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

All Mro sites