Arrow
Integuru generates a production-ready HTTP API for Arrow, the global electronics components distributor. The integration covers the search_parts action, letting engineering and procurement teams query Arrow's parts catalog by part number or keyword programmatically without browser automation.
Last reviewed: July 2026
Overview
Integuru's Arrow integration provides production-ready HTTP API access to Arrow Electronics' parts catalog at arrow.com, covering 1 action: search_parts. The action accepts a part number or keyword query and returns matching components with pricing context. Full API documentation is available for this action.
Faster than the approval queue. Arrow does have an official API, but access requires registration and approval. Integuru's integration is available immediately, which matters for teams that need to prototype a BOM lookup tool or automated sourcing workflow before committing to a formal API partnership.
Procurement teams, hardware engineers, and supply chain automation tools use this integration to query Arrow's component inventory programmatically, enabling automated BOM lookups, pricing checks, and parts availability checks without navigating the Arrow web interface. Browse the full integrations catalogue for other distribution and wholesale platform integrations.
Use Cases
Integuru's Arrow integration lets you search Arrow's components catalog by part number or keyword, which feeds into any workflow that needs to verify availability or retrieve component data at scale.
- Parts lookup by number: Call
search_partswith a specific part number such as'LM358'or'STM32F4'to retrieve matching component records from Arrow's catalog. - Keyword-based search: Use descriptive queries like
'capacitor 100nF'to find components by specification when you do not have an exact part number.
Setup Notes
Integuru's Arrow integration authenticates against https://www.arrow.com/. Integuru handles the session automatically, so you do not need to manage cookies or login flows.
The search_parts action requires only the query parameter. The optional lang parameter controls the language of returned results, and currency sets the pricing context. If you omit currency, results return in the platform's default currency for your region.