Lab Supplies
Anton Paar logo

Anton Paar API

anton-paar.com

Anton Paar - density meters, viscometers, product specifications, and technical articles.

Actions
3
Category
Lab Supplies
Login
Not required
Output
JSON

Call the Anton Paar API

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

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_anton_paar_at_article_listing",
    "params": {
      "locale_path": "uk-en"
    }
  }'

3 actions on anton-paar.com

Read

  • Article Listing

    act_anton_paar_at_article_listingread1 credit / call

    Returns technical wiki articles with titles and URLs.

    locale_path
    string
  • Wiki Learning Hub

    act_anton_paar_at_wiki_hub_ssrread1 credit / call

    Returns the wiki hub with sections and recommended topics.

    locale_path
    string

Write

Write actions change state on anton-paar.com and run as the account you connect.

  • Product Pricing

    act_anton_paar_at_product_shop_pricingwrite2 credits / call

    Returns price, availability, delivery time, and options for a product SKU.

    sku
    string · required
    product_slug
    string
    application_group_slug
    string

Anton Paar API questions

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

All Lab Supplies sites