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 / callReturns 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 / callReturns 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 / callReturns 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 / callReturns 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 / callReturns 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
1-800-Flowers
1-800-Flowers - flowers and gifts, occasions, pricing, variants, and reviews.
Abt
Abt - appliance and electronics categories, specs, prices, and reviews.
Acer Taiwan
Acer Taiwan - products, specs, model comparisons, and pricing.
AFT Fasteners
AFT Fasteners - fastener categories, specs, SKUs, pricing, and availability.
All Electronics
All Electronics - components, categories, product details, and pricing.
Amazon
Amazon - product search, details, reviews, pricing, cart, and orders.