Marketplace
Knowde logo

Knowde API

knowde.com

B2B chemical and ingredient marketplace - product search, categories, and supplier listings.

Actions
5
Category
Marketplace
Login
Not required
Output
JSON

Call the Knowde API

Submit a task, then poll the job until it settles. This example runs act_knowde_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_knowde_category_navigation",
    "params": {
      "menu_slug": "technologies-agrochemicals"
    }
  }'

5 actions on knowde.com

Read

  • Category Navigation

    act_knowde_category_navigationread1 credit / call

    Returns the category taxonomy for a menu with child categories, slugs, and hub paths.

    menu_slug
    string · required
    country_code
    string
  • Document Type Metadata

    act_knowde_document_type_metadataread2 credits / call

    Returns available document and collateral types for a supplier store with names and slugs.

    x_company_id
    string · required
    x_origin_url
    string · required
    country_code
    string
  • Filter Facets

    act_knowde_filter_facetsread2 credits / call

    Returns filter facet groups, options, and result counts for a product listing context.

    filters
    string · required
    category
    string
    country_code
    string
  • Product Listing

    act_knowde_product_listingread2 credits / call

    Returns products for a category and filters with titles, supplier, descriptions, and attributes.

    filters
    string
    category
    string
    country_code
    string
  • Search Autocomplete

    act_knowde_search_autocompleteread1 credit / call

    Returns matching filter and category suggestions with slugs for a search term.

    search_term
    string · required
    country_code
    string

Knowde API questions

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

All Marketplace sites