Lab Supplies
USA Scientific logo

USA Scientific API

usascientific.com

USA Scientific - lab supplies and equipment for life sciences research.

Actions
5
Category
Lab Supplies
Login
Some actions
Output
JSON

Call the USA Scientific API

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

5 actions on usascientific.com

Read

  • Browse Categories

    usas_categoriesread1 credit / call

    Returns all product categories with their parent-child hierarchy.

  • Category Products

    usas_category_productsread2 credits / call

    Returns paginated products in a category with names, codes, and prices.

    category_code
    string · required
    page_size
    integer
    start_index
    integer
  • Product Details

    usas_product_detailread2 credits / call

    Returns full product details by code including price, description, specifications, variants, and SKUs.

    product_code
    string · required
  • View Cart

    usas_view_cartreadlogin required2 credits / call

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

Write

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

  • Add to Cart

    usas_add_to_cartwritelogin required3 credits / call

    Adds a product or variant to the cart and returns the result. Requires sign-in.

    product_code
    string · required
    quantity
    integer
    variation_product_code
    string
    options
    string
    fulfillment_method
    string
    purchase_location
    string

USA Scientific API questions

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