I am using the Google Maps API to get the reviews and ratings for a company.
Step 1: HTTP Request to get the reference Id.
$url = \'https://maps.googleap
Currently, Google provides up to five results only, they mentioned it in their documentation. If you want to get reviews for your own property/place or business you can go for my business but I think they made that API closed one.
Edit: If you still want to fetch all reviews you can use an HTML parser and parse all the reviews(i don't know about Google's data policy, but you can definitely scrape everything from a site)