Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Realtime trends limit #169

Open
Paktas opened this issue Jan 2, 2023 · 3 comments
Open

Realtime trends limit #169

Paktas opened this issue Jan 2, 2023 · 3 comments

Comments

@Paktas
Copy link

Paktas commented Jan 2, 2023

How come Realtime Trends is only returning 13 results? Desktop UI has Load More that can continue for at least few hundred entries.

@Aassifh
Copy link

Aassifh commented Jan 9, 2023

@Paktas Google trends now detects scrapers and if you inspect the requests : you will see "userConfig": {"userType": "USER_TYPE_SCRAPER"} from scraping

@Mustafa-Ellebody
Copy link

Try using this API: https://rapidapi.com/odlica-odlica-default/api/trendly

@fasani-tx
Copy link

fasani-tx commented Mar 13, 2023

Can we modify the user-agent, I had a similar issue before with Twitter when scraping with puppeteer but if I fake the user agent it was fine.

 // Twitter does not like puppeteer user agent ;-)
await page.setUserAgent(
  "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants