/sparkfun/categoriesapiKey1 credit/requestList SparkFun categories
Lists public SparkFun top-level browse categories with URL keys for sparkfun-category.
Required params: None
API Reference
Use Crawlora's SparkFun API endpoints to extract supported public SparkFun data as structured JSON. This documentation covers 4 active endpoints including List SparkFun categories, Browse a SparkFun category, Get a SparkFun product, Search SparkFun products. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as url_key, sku, q, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/sparkfun/search?q=coffee&page=1" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/sparkfun/categoriesapiKey1 credit/requestLists public SparkFun top-level browse categories with URL keys for sparkfun-category.
Required params: None
/sparkfun/categoryapiKey1 credit/requestReturns paginated public products and dynamic facet filters for a SparkFun category URL key. Each filter must be `attribute:value`; use values from the response's filters array.
Required params: url_key:query
/sparkfun/productapiKey1 credit/requestReturns public product metadata, price, stock status, images, categories, a cleaned description, and SparkFun-related product recommendations for one SKU.
Required params: sku:query
/sparkfun/searchapiKey1 credit/requestSearches public SparkFun product data with pagination and dynamic facet filters. Each filter must be `attribute:value`; use values from the response's filters array.
Required params: q:query
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| List SparkFun categories | /sparkfun/categories | GET | 1 credit/request | None | View docs | Try endpoint |
| Browse a SparkFun category | /sparkfun/category | GET | 1 credit/request | url_key:query | View docs | Try endpoint |
| Get a SparkFun product | /sparkfun/product | GET | 1 credit/request | sku:query | View docs | Try endpoint |
| Search SparkFun products | /sparkfun/search | GET | 1 credit/request | q:query | View docs | Try endpoint |