curl --location 'https://api-marketplace.webparsers.com/walmart_business/search?query=shoe&category_id=undefined&page=1&sort=best_match&min_price=undefined&max_price=undefined&store_id=3081' \
--header 'x-api-key: <api-key>'{
"props": {
"pageProps": {
"initialData": {
"searchResult": {
"title": "Shoes",
"aggregatedCount": 123,
"products": [
"..."
]
}
}
}
}
}