Traderjoes: Get Products By Category
Traderjoes via Parse · food_dining
Retrieve products by category ID via GraphQL. Returns paginated product listings for the specified category. Known category IDs include '8' (Food), '182' (Beverages), '194' (Coffee & Tea), '167' (Snacks & Sweets). Search products, browse by category, get product details, find stores, and search recipes from Trader Joe's. Fulfilled by Parse from traderjoes.com.
- ecommerce
- food-dining
- maps-geo
- parse
- platform-key
- traderjoes
- traderjoes-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/a0f048fd-902c-4e5a-abed-d0b3d2f8d0bf/get_products_by_category
- Interface artifact
- sha256:d30e3fde5432870b310726d70e58ff4c052420cc6e056b73568bce9607c36e7a
- Manifest digest
- sha256:94343405efbe0fa0e68f73a7419c44717b469c6e3341f760eb8d5f35495a91f9
Request fields
- page (integer): Page number for pagination.
- page_size (integer): Number of results per page.: Allowed values: 5, 10, 15
- store_code (string): Store code for availability filtering. Defaults to '729'.
- category_id (string, required): Category ID (e.g. '8' for Food, '182' for Beverages, '194' for Coffee & Tea, '167' for Snacks & Sweets).: Allowed values: 8, 182, 194, 167
Example queries
- {"page":"1","page_size":"5","store_code":"729","category_id":"8"}