Lab Supplies
Abcam logo

Abcam API

abcam.com

Abcam - research antibodies, ELISA kits, proteins, peptides, and biochemicals.

Actions
6
Category
Lab Supplies
Login
Some actions
Output
JSON

Call the Abcam API

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

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": "abcam_categories",
    "params": {
      "limit": 50
    }
  }'

6 actions on abcam.com

Read

  • Cart Contents

    abcam_view_cartreadlogin required2 credits / call

    Returns the current basket with line items, quantities, prices, subtotal, tax, delivery, and promotions.

    basket_id
    string
    country
    string
  • Category Index

    abcam_categoriesread3 credits / call

    Returns the full catalog taxonomy with each category's path, title, hierarchy, URL, and tags.

    limit
    integer
  • Category Products

    abcam_category_productsread3 credits / call

    Returns a paginated product listing for a category.

    category
    string · required
    page_size
    integer
    page
    integer
    country
    string
  • Product Details

    abcam_product_detailread4 credits / call

    Returns the full product record for a family SKU.

    sku
    string · required
    country
    string
    lot_number
    string
  • Product Search

    abcam_search_productsread2 credits / call

    Returns matching products by keyword with SKU, name, brand, price, image, and page link.

    query
    string · required
    page_size
    integer
    page
    integer

Write

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

  • Add To Cart

    abcam_add_to_cartwritelogin required3 credits / call

    Adds a product variant to the basket and returns the updated basket.

    asset_number
    string · required
    quantity
    integer
    country
    string

Abcam API questions

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