Gapcanada: Get Products
Gapcanada via Parse · ecommerce
Returns paginated product listings for a category. Each product includes pricing (effective and regular), inventory status, color information, review scores, badges, and image URLs. Use cid and department values obtained from list_categories. Page is 0-indexed and page_size caps at 200. Extract product listings, detailed sizing, and pricing data from Gap Canada (gapcanada.ca). Covers all departments: Women, Men, Girls, Boys, and Baby & Toddler. Fulfilled by Parse from www.gapcanada.ca.
- ecommerce
- gapcanada
- marketplace
- parse
- platform-key
- reviews-ratings
- www-gapcanada-ca
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/148f30c1-3f01-4023-b803-13822b3437d6/get_products
- Interface artifact
- sha256:19bc2742edbd3c45517314c7bef2838990615c82a9dd38c90e66291bb705b03b
- Manifest digest
- sha256:a93099335464b8ec389a96e004c77981b8e5d5ddceb2a9df021e68b35765c890
Request fields
- cid (string, required): Category ID obtained from list_categories endpoint.
- page (integer): Page number, 0-indexed.
- page_size (integer): Number of products per page (max 200).
- department (string, required): Department code obtained from list_categories endpoint.
Example queries
- {"cid":"1127938","page":"0","page_size":"10","department":"136"}