Boat Lifestyle: Get All Products
Boat Lifestyle via Parse · ecommerce
Auto-paginate through the boAt catalog and return a combined product list. Fetches multiple pages sequentially, stopping at max_pages or max_items. Returns a summary with total count, pages fetched, and whether more data is available. For precise page control, use list_products with manual cursor advancement. APIs to extract boAt product catalog data (product names, prices, and purchase URLs) from boat-lifestyle.com using the underlying Shopify Storefront GraphQL API. Fulfilled by Parse from boat-lifestyle.com.
- boat-lifestyle
- boat-lifestyle-com
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
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/f8179fdd-1a5a-47da-bf87-dfbdf049dee1/get_all_products
- Interface artifact
- sha256:001c62b1a4420c99483fb6c0f687ba17c4c1b0e2568149fa18adb906b990fcd8
- Manifest digest
- sha256:d8304d2a0352b7111dd9de038e2c3c4d15815d2e4f66bccab5af3561660788b2
Request fields
- delay_s (number): Delay between page fetches in seconds (0-2).
- max_items (integer): Maximum number of items to return before stopping.
- max_pages (integer): Maximum number of pages to fetch before stopping.
- page_size (integer): Products per page to fetch (1-250).
Example queries
- {"delay_s":"0","max_items":"10","max_pages":"1","page_size":"10"}