Shopping
Arrow logo

Arrow API

arrow.com

Arrow - electronic components, categories, listings, pricing, and stock.

Actions
5
Category
Shopping
Login
Not required
Output
JSON

Call the Arrow API

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

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": "act_arrow_com_category_browse",
    "params": {
      "country_code": "IN",
      "category": "ALL"
    }
  }'

5 actions on arrow.com

Read

  • Category Taxonomy

    act_arrow_com_category_taxonomyread1 credit / call

    Returns the full category taxonomy tree with slugs, IDs, and hierarchy.

    lang
    string
    currency
    string

Write

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

  • Category Browse

    act_arrow_com_category_browsewrite2 credits / call

    Returns a category's subcategories with product counts, paths, and slugs.

    country_code
    string · required
    category
    string · required
    lang
    string
    currency
    string
    current_page
    string
  • Featured Products

    act_arrow_com_featured_productswrite2 credits / call

    Returns featured product cards for a category with prices, stock, and manufacturer.

    category_code
    string · required
    lang
    string
    currency
    string
    total_items
    integer
  • Product Listing

    act_arrow_com_product_listingwrite2 credits / call

    Returns paginated component listings with prices, stock, facets, and filters.

    country_code
    string · required
    current_page
    string · required
    lang
    string
    currency
    string
    category
    string
    search_term
    string
    page_size
    string
    sort
    string
    sort_direction
    string
    filters
    array
    manufacturer
    array
  • Product Price and Availability

    act_arrow_com_product_price_availabilitywrite2 credits / call

    Returns tiered pricing, stock counts, packaging, and availability for a part.

    part_id
    string · required
    price_type
    string
    lang
    string
    currency
    string

Arrow API questions

Is there an API for Arrow?
Arrow does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for arrow.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 Arrow 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 arrow.com changes its markup, Anakin updates the action.
Do I need a Arrow account?
No. Every Arrow action listed here runs anonymously — no account and no credentials required.
What does the Arrow 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 Shopping APIs

All Shopping sites