Lab Supplies
MedChemExpress logo

MedChemExpress API

medchemexpress.com

MedChemExpress - biochemical reagents, inhibitors, antibodies, and proteins.

Actions
4
Category
Lab Supplies
Login
Some actions
Output
JSON

Call the MedChemExpress API

Submit a task, then poll the job until it settles. This example runs mchem_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": "mchem_product_detail",
    "params": {
      "catalog_no": "HY-W016814",
      "slug": ""
    }
  }'

4 actions on medchemexpress.com

Read

  • Cart Contents

    mchem_view_cartreadlogin required2 credits / call

    Returns the current cart with line items, catalog numbers, sizes, quantities, and prices.

  • Product Details

    mchem_product_detailread2 credits / call

    Returns full product details by catalog number including CAS number and pack sizes.

    catalog_no
    string
    slug
    string
  • Product Search

    mchem_search_productsread2 credits / call

    Returns catalog products matching a keyword with catalog number, name, and page link.

    query
    string · required
    page_size
    integer
    start_index
    integer

Write

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

  • Add to Cart

    mchem_add_to_cartwritelogin required3 credits / call

    Adds an item to the cart and returns the updated cart, requires sign-in.

    catalog_no
    string · required
    size
    string
    quantity
    integer

MedChemExpress API questions

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