Lab Supplies
Uline logo

Uline API

uline.com

Uline - industrial, packaging, and shipping supplies for warehouses, offices, and labs.

Actions
5
Category
Lab Supplies
Login
Some actions
Output
JSON

Call the Uline API

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

5 actions on uline.com

Read

  • Browse Categories

    uline_categoriesread1 credit / call

    Returns top-level product categories with each name and a drill-down code.

  • Category Products

    uline_category_productsread1 credit / call

    Returns sub-categories or purchasable items in a category with prices and dimensions.

    path
    string · required
  • Product Details

    uline_product_detailread1 credit / call

    Returns full product details by item number including name, price, image, dimensions, and tier pricing.

    item_number
    string · required
  • View Cart

    uline_view_cartreadlogin required2 credits / call

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

Write

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

  • Add to Cart

    uline_add_to_cartwritelogin required3 credits / call

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

    item_number
    string · required
    quantity
    integer

Uline API questions

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