publix.com API: search_products
publix.com via Parse · food_dining
Full-text search over the Publix product catalog via GraphQL. Returns product listings with pricing, promotions, brand, taxonomy, and image URLs. Supports pagination via offset/limit. Results are store-specific when a store_number is provided. Search products, find stores, browse weekly ads and deals from Publix grocery stores. Fulfilled by Parse from publix.com.
- ecommerce
- food-dining
- maps-geo
- parse
- platform-key
- publix-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
- POST /scraper/311a0a1a-57d6-41d3-b87d-b2cc0de89ded/search_products
- Interface artifact
- sha256:24cd387e028ed37ffcb1d199497c34e6337dd375c99ddbdd91c4af14b960fc57
- Manifest digest
- sha256:d1880b5104355f2b01dfbf12f881cd4eb29a10c5aee97cfb7fc9007380f3e881
Request fields
- limit (integer): Max results to return per request.
- query (string, required): Search keyword (e.g. 'milk', 'organic bread').
- offset (integer): Number of results to skip for pagination.
- store_number (string): Publix store number for store-specific pricing. Defaults to '1425'.
Example queries
- {"limit":"5","query":"milk","offset":"0","store_number":"1425"}