Getfpv: Get Category Products
Getfpv via Parse · ecommerce
Retrieve paginated product listings for a specific category. Category can be a top-level name like 'Electronics' or a multi-level path using ' /// ' as separator (e.g. 'Electronics /// Flight Controllers'). Omitting category returns all products. API to search and browse products from GetFPV, including detailed product information and category listings for FPV drone components. Fulfilled by Parse from getfpv.com.
- ecommerce
- getfpv
- getfpv-com
- marketplace
- other
- parse
- platform-key
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/c2e4196d-34d8-49cb-ab61-e02e70e36676/get_category_products
- Interface artifact
- sha256:69aff1f89dce232b949e51b55ed432f9a53effebb5f8c79be7006416fa33bd8a
- Manifest digest
- sha256:ab51e9c369c5ee536a1000937c27fc0cd85235d34d1590a8ec03e72b86045a61
Request fields
- page (integer): Page number (zero-indexed).
- limit (integer): Maximum results per page.
- category (string): Category name or hierarchical path using ' /// ' as separator between levels (e.g. 'Electronics', 'Electronics /// Flight Controllers'). Omitting returns all products.
Example queries
- {"page":"0","limit":"5","category":"Electronics"}