Lab Supplies
Fisher Scientific logo

Fisher Scientific API

fishersci.com

Fisher Scientific - reagents, chemicals, equipment, and consumables marketplace.

Actions
8
Category
Lab Supplies
Login
Some actions
Output
JSON

Call the Fisher Scientific API

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

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_fishersci_category_landing_ssr",
    "params": {
      "category_slug": "chemicals"
    }
  }'

8 actions on fishersci.com

Read

  • Cart Contents

    fs_view_cartreadlogin required2 credits / call

    Returns the current cart with line items, part numbers, quantities, prices, and subtotal.

  • Category Landing

    act_fishersci_category_landing_ssrread1 credit / call

    Returns the server-rendered top-level category landing page HTML for a scientific-products category slug.

    category_slug
    string · required
  • Category Promotions

    act_fishersci_category_promotions_listingread2 credits / call

    Returns promotional deals and facet refinements JSON for a category browse context.

    category_key
    string · required
    page
    string · required
  • Product Certificates

    act_fishersci_product_certificatesread1 credit / call

    Returns certificate-of-analysis and compliance document link JSON for a catalog part number.

    part_number
    string · required
  • Product Detail

    act_fishersci_product_detail_ssrread1 credit / call

    Returns the server-rendered product detail page HTML with specifications, pricing, and description.

    part_number
    string · required
    product_slug
    string · required
  • Product Details

    fs_product_detailread2 credits / call

    Returns full product details by part number including price, stock, and certifications.

    part_number
    string · required
  • Product Search

    fs_search_productsread2 credits / call

    Returns catalog products matching a keyword with part number, name, brand, and image.

    query
    string · required
    page_size
    integer
    start_index
    integer

Write

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

  • Add to Cart

    fs_add_to_cartwritelogin required3 credits / call

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

    part_number
    string · required
    quantity
    integer
    uom
    string

Fisher Scientific API questions

Is there an API for Fisher Scientific?
Fisher Scientific does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for fishersci.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 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 fishersci.com changes its markup, Anakin updates the action.
Do I need a Fisher Scientific account?
Some 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 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