Sparkfun: Browse Category
Sparkfun via Parse · ecommerce
Browse products in a specific category. Returns paginated product listings. Use list_all_categories to discover available category slugs. Supports sorting and page size control. 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/browse_category
- Interface artifact
- sha256:bde8b7da5fabb77b33c913c937a016281d1e2a6d76fe2cee1778c3a97858bd75
- Manifest digest
- sha256:646eae0b81df5cb7efc1ca2292d54bd60bc4a5e48332cd20f81e53bed800cfa1
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
- sort_by (string): Sort field. Accepted values: name, price, sf_golive_date, relevance.: Allowed values: relevance, name, price, sf_golive_date
- category_slug (string, required): Category URL slug (e.g. 'audio', 'components', 'audio/audio-boards'). Obtain from list_all_categories results.
Example queries
- {"page":"1","limit":"12","sort_by":"relevance","category_slug":"audio"}