Fahorro: Get Category Products
Fahorro via Parse · healthcare
Browse products listed under a specific category by numeric ID. Returns paginated results with the same product shape as search. Use get_categories to discover valid IDs. Scraper for Farmacias del Ahorro (fahorro.com) providing access to product catalog, search, categories, and details via the underlying Empathy.co search API and HTML product pages. Fulfilled by Parse from fahorro.com.
- ecommerce
- fahorro
- fahorro-com
- healthcare
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- healthcare
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/0b481c35-f26e-4181-868c-ccef7dee72c4/get_category_products
- Interface artifact
- sha256:53f20c962cf89ad7260fc5fb2d348a2560d0670a97e50e0f7b4e2dc0416421ab
- Manifest digest
- sha256:5c5816db831372f81dfd8d2e545a82932209631c024033664c983d742087cc8b
Request fields
- page (integer): Page number for pagination.
- limit (integer): Max results per page.
- category_id (string, required): Numeric category ID (e.g. '7404' for Farmacia). Obtain IDs from get_categories endpoint.
Example queries
- {"page":"1","limit":"24","category_id":"7404"}