Skip to content

Instantly share code, notes, and snippets.

@lokeshmeher
Created August 28, 2019 06:53
Show Gist options
  • Save lokeshmeher/9253f5bfea419f7ee8d18d5121cdb77a to your computer and use it in GitHub Desktop.
Save lokeshmeher/9253f5bfea419f7ee8d18d5121cdb77a to your computer and use it in GitHub Desktop.
HTTP request for Zomato reviews
{
"headers": {
"accept": "*/*",
"origin": "https://www.zomato.com",
"x-requested-with": "XMLHttpRequest",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36",
"content-type": "application/x-www-form-urlencoded",
"referer": "https://www.zomato.com/",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-GB,en;q=0.9,ml-IN;q=0.8,ml;q=0.7,hi-IN;q=0.6,hi;q=0.5,en-US;q=0.4",
"cache-control": "no-cache"
},
"body": {
"entity_id": "page_id of the AspectQ",
"limit": "how many per page?",
"page": 1,
"profile_action": "reviews-dd"
},
"url": "https://www.zomato.com/php/social_load_more.php",
"request": "HTTP POST"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment