Lab Supplies
QIAGEN logo

QIAGEN API

qiagen.com

QIAGEN - kits and reagents for sample prep, PCR, and DNA/RNA extraction.

Actions
4
Category
Lab Supplies
Login
Some actions
Output
JSON

Call the QIAGEN API

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

4 actions on qiagen.com

Read

  • Customer Prices

    qg_customer_pricereadlogin required1 credit / call

    Returns personalized prices for one or more catalog numbers. Requires sign-in.

    catalog_numbers
    string · required
  • Product Details

    qg_product_detailread1 credit / call

    Returns full product details by catalog number including name, description, image, and variants with prices and stock.

    catalog_number
    string · required
  • Product Search

    qg_searchread1 credit / call

    Returns product groups by keyword with variant catalog numbers, names, images, and prices.

    query
    string · required
    top
    integer
    skip
    integer

Write

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

  • Add to Cart

    qg_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

QIAGEN API questions

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