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