Sparkfun: Search Products
Sparkfun via Parse · ecommerce
Full-text search over SparkFun's product catalog. Returns paginated results sorted by relevance, name, price, or go-live date. Each result includes product name, price, URL slug, and thumbnail. Use the slug to fetch full details via get_product_details. APIs to search SparkFun catalog, retrieve product details, pricing, stock status, and browse categories. Fulfilled by Parse from sparkfun.com.
- developer-tools
- ecommerce
- marketplace
- parse
- platform-key
- sparkfun
- sparkfun-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/13fda662-fc79-49a7-a8b2-70033f773694/search_products
- Interface artifact
- sha256:e2e4082da80a522d7b7e5c8fa53d711b67b8d4a45520910dbc03dbb09abbc90b
- Manifest digest
- sha256:3c60b622ec79a52de9551d25acf5bdecd265a003f34209c5228bfcca2df0dfc1
Request fields
- page (integer): Page number for pagination.
- limit (string): Items per page. Accepted values: 12, 24, 36, 48, all.: Allowed values: 12, 24, 36, 48, all
- query (string, required): Search keyword (e.g. 'arduino', 'sensor', 'led').
- sort_by (string): Sort field. Accepted values: name, price, sf_golive_date, relevance.: Allowed values: relevance, name, price, sf_golive_date
Example queries
- {"page":"1","limit":"12","query":"arduino","sort_by":"relevance"}