Google enhancements


What changed?

We’ve enhanced our Review Scraper API Google crawler to include additional information at the profile & review level. Up to 13 new fields will be returned as part of the meta_data  fields for Google profiles and reviews:


  1. New profile data:
    1. Closed location (Y/N)
    2. Business icon image
    3. Business detail (type of business)
    4. Parsed address details: Country, region, city, street, zipcode
    5. Website URL of business domain
    6. Business departments
  2. New review data:
    1. Review Image URLs
    2. Review likes count
    3. Review response count
    4. Relative review date, for example “5 days ago”
    5. Translated text (for translated reviews)
    6. Review language code
    7. Review source for syndicated reviews

Why?

We know how important the Google review data is. The more detail we can provide, the more insights and value you can uncover from the data.


Below is a sample JSON showing the new fields.

Please note that the sample below is a combination of different profiles as not all profile provides the complete fields.

{
    "profile_data":
    {
        "unique_id": "ChIJkenkYdixJIgRlKBBsIgZfhw",
        "profile_type": "local",
        "profile_title": "Audi Farmington Hills",
        "profile_url": "https://search.google.com/local/reviews?placeid=ChIJkenkYdixJIgRlKBBsIgZfhw",
        "referer":
        [
            "ChIJkenkYdixJIgRlKBBsIgZfhw"
        ],
        "source": "google",
        "reported_reviews_count": 944,
        "reported_average_rating": 4.4,
        "created_at": "2024-02-26T12:04:29.747228",
        "updated_at": "2024-02-26T12:04:29.747249",
        "profile_location_data":
        {
            # ADDRESS FIELDS
            "address": "37911 Grand River Ave, Farmington Hills, MI 48335, United States",
            "country": "United States",
            "street": "37911 Grand River Ave",
            "city": "Farmington Hills",
            "region": "Michigan",
            "zipcode": "48335",
            "phone_number": null,
            "coordinates":
            {
                "latitude": "42.4678176",
                "longitude": "-83.4203751"
            }
        },
        "company_data":
        {
            "company_name": "Audi Farmington Hills",
            # WEBSITE FIELDS
            "company_domain": "www.audifarmingtonhills.com",
            "company_url": "https://www.audifarmingtonhills.com/?utm_source=google&utm_medium=organic&utm_campaign=google_my_business&utm_content=sales",
        },
        "page_metadata": null,
        "external_profile_id": "ChIJkenkYdixJIgRlKBBsIgZfhw",
        "star_ratings": null,
        "additional_info":
        {
            "google":
            {
                "is_travel_page": false,
                "feature_id": "0x8824b1d861e4e991:0x1c7e1988b041a094",
                "hotel_code": null,
                "page_query": "Audi Farmington Hills, 37911 Grand River Ave, Farmington Hills, MI 48335",
                # FOLLOWING ARE THE NEW FIELDS ADDED
                "is_closed": false,
                "business_detail": "Audi dealer",
                "departments":
                [
                    "Audi Parts",
                    "Audi Service"
                ]
            }
        },
    },
    "reviews": [
        {
            "review_profile_url": "https://search.google.com/local/reviews?placeid=ChIJCwOhfYqipBIRw5gghYdasrs",
            "review_date": "2024-03-02T06:06:38",
            "rating_value": 5,
            "updated_at": "2024-03-07T06:06:38.102365",
            "source": "google",
            "unique_id": "112842756815650992180",
            # REVIEW TEXT IN ORIGINAL LANGUAGE
            "review_text": "Excelente servicio. Personal muy atento. Comida rica y económica",
            "review_url": "https://www.google.com/maps/contrib/112842756815650992180/place/ChIJCwOhfYqipBIRw5gghYdasrs",
            # LANGUAGE CODE
            "language_code": "es",
            "reviewer_info":
            {
                "name": "Sandra Arnau",
                "profile_picture": "https://lh3.googleusercontent.com/a-/ALV-UjWq2yjSB7yWRKypwZ-qksovm-oZ4_XrnC5qoJ5YfHFw2Bs=s240-c-rp-mo-ba4-br100"
            },
            "review_response":
            {
                "responder_name": "Response from the owner",
                "response_date": "2024-03-03T06:06:38",
                "response_text": "Muchas gracias, Sandra!! "
            },
            "additional_info":
            {
                # NEW REVIEW METADATA FIELD
                "google":
                {
                    "review_images": [
                        "https://lh5.googleusercontent.com/p/AF1QipPtiG4Y7zZbjO3v_0Hs0zdI2ph1GmkPLPLF08O6",
                        "https://lh5.googleusercontent.com/p/AF1QipP_NN-NQqNibUT6VIBaPzGGhcQWQHPGMZU8IAcy",
                        "https://lh5.googleusercontent.com/p/AF1QipNnUO_B9EhuQVoxDOT-ZL6VpT2sgwfqkyPqwYyg",
                        "https://lh5.googleusercontent.com/p/AF1QipOdlR7_HMmRNB4rdFxqsMw0i8r5Jm5atdwaOYLK",
                        "https://lh5.googleusercontent.com/p/AF1QipNSjEca4EfoDNjrEPD1niVn_8m3858NoxvDiquW"
                    ],
                    "review_response_count": 1,
                    "translated_review_text": "Excellent service. Very attentive staff. Delicious and economical food",
                    "original_review_language": "Spanish"
                },
                "likes_count": 2,
                "relative_review_date": "5 days ago"
            },
        }
    ]
}

Please reach out to us at support@datashake.com for any questions or feedback.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.