Results 12 comments of Reem Omer

Anyone has made any progress on collecting comments on posts with images and videos? @neon-ninja have you experienced any problems while scraping?

I am also experiencing the same issue, I tried creating a new Facebook account and use its cookies, yet, the problem still persists. Changing the IP address doesn't help as...

Warnings are not the same as errors. Your code should run fine, just wait for a couple of seconds and the scraper will run automatically.

the attribute post['comments'] is referring to the number of comments for each collected post, here, you have the comments_full as an empty list, which means post['comments_full] didn't retrieve any values...

You can use multiple dummy accounts for scraping too. Try split the 50 into sets of 10 maybe.

Same! the only workaround I was able to do is to re-run the code multiple times in different machines or using colab with different account.

Guys, I just figured that if you downgrade the pytrend library to 4.7.2 or 4.7.3 it works. Also, collecting data for different geographical locations may stop the process, use only...

Alternatively, you may want to try R instead of Python: https://cran.r-project.org/web/packages/gtrendsR/gtrendsR.pdf This is a recent release of this month; it is more recent and reliable to use.

It is still working for me! try to increase the sleep time between requests for each subset of keywords (I use random number between 5 and 30 seconds wait). Also,...

Both! I figured that even if I downgraded and sent too many requests, Google may block my IP, therefore, I had to change the IP this can be done by...