Google Maps scrapper doesn't return field when mass scrapping but return it when scrapping via place id

Hi,
I’ve noticed that when I try to scrape data for city (e.g. restaurants), the field typical_time_spent is mostly empty. But when I request only this place (only one place) via its id (place_id column), this field is filled with data.
Please note, that I use Outscrapper UI for city scrapping and API call for scrapping via place_id

And this is what I receive via API call using place_id as a query
"typical_time_spent": "People typically spend 1-4.5 hours here"

Is there any difference between what scrapper returns when performing mass-scrapping and single-place scrapping?

hi @Svyatoslav_Oprysko,
Yes, there is a difference. Some column works only for individual searches, e.g. query: “Hotel Colombo Berat”, “0x3e49a63f6b05fe3b:0xc73d6b1f31b2ccc8”, etc. You can find more details about this on this page: How to Scrape Menu Links From Google Maps? | Outscraper.