Traderjoes: Search Products
Traderjoes via Parse · food_dining
Search for products by keyword via GraphQL. Returns paginated results with detailed product info including price, nutrition, ingredients, and category hierarchy. Results are scoped to a store for availability filtering. 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/search_products
- Interface artifact
- sha256:214d2cc86d59ff715ac9d077496f749663a3a9bd0c809eb39c774897dddafed4
- Manifest digest
- sha256:0e047264ace0c8a25d6aff21b69b15a69841ea2f1065e2d55787bc05fe0525a6
Request fields
- page (integer): Page number for pagination.
- query (string, required): Search keyword (e.g. 'organic', 'coffee', 'snacks').
- page_size (integer): Number of results per page.: Allowed values: 5, 10, 15
- store_code (string): Store code for availability filtering. Defaults to '729'.
Example queries
- {"page":"1","query":"coffee","page_size":"5","store_code":"729"}