Lab Supplies
Thermo Fisher Scientific logo

Thermo Fisher Scientific API

thermofisher.com

Thermo Fisher Scientific - reagents, instruments, chemicals, and consumables marketplace.

Actions
4
Category
Lab Supplies
Login
Some actions
Output
JSON

Call the Thermo Fisher Scientific API

Submit a task, then poll the job until it settles. This example runs thermofisher_product_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": "thermofisher_product_detail",
    "params": {
      "catalog_number": "A4192101"
    }
  }'

4 actions on thermofisher.com

Read

  • Product Detail

    thermofisher_product_detailread1 credit / call

    Full product info for a thermofisher.com catalog number — name, product family, full description, brand, size, list/final price + savings, currency, availability/stock, specifications table, applications, category breadcrumbs, storage/handling and disclaimer.

    catalog_number
    string · required
    country_code
    string
    language
    string
  • Product Search

    thermofisher_search_productsread2 credits / call

    Returns products by keyword with catalog number, title, image, price, availability, and member pricing.

    query
    string · required
    page
    integer
    page_size
    integer
    country_code
    string
    language
    string
  • View Cart

    thermofisher_view_cartreadlogin required2 credits / call

    Returns the current cart with line items, quantities, prices, and subtotal. Requires sign-in.

Write

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

  • Add to Cart

    thermofisher_add_to_cartwritelogin required3 credits / call

    Adds a product to the cart and returns the updated cart. Requires sign-in.

    catalog_number
    string · required
    quantity
    integer
    country_code
    string
    language
    string

Thermo Fisher Scientific API questions

Is there an API for Thermo Fisher Scientific?
Thermo Fisher Scientific does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for thermofisher.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 Thermo Fisher Scientific 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 thermofisher.com changes its markup, Anakin updates the action.
Do I need a Thermo Fisher Scientific account?
Some Thermo Fisher Scientific actions read data that is only visible when signed in, so those need a credential you connect once. Actions marked "read" without a login requirement run anonymously.
What does the Thermo Fisher Scientific 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