Efficiently extract detailed product information such as name, prices, availability, and more from Kroger's online store, helping you to make informed purchasing decisions.
Action Panel
Request Example
time curl -X POST "https://api.blat.ai/harvest" \
--json '{
"mode": "crawl",
"id":
"kroger-com-50f193a3"
,
"params": {
"start_url":
"https://www.kroger.com/p/temptations-creamy-puree-with-chicken-lickable-squeezable-adult-cat-treats/0002310013742"
}
}' -H "X-API-KEY: ${BLAT_API_KEY}"