Nv7-GitHub / googlesearch

A Python library for scraping the Google search engine.
https://pypi.org/project/googlesearch-python/
MIT License
430 stars 110 forks source link

Can I give date (start and end) as function input? #40

Open fazialnjd opened 1 year ago

Nv7-GitHub commented 1 year ago

Do google links have a date attached?

NandoTheessen commented 10 months ago

You can use the tools to specify a date range, yes:

image

It would be good functionality, so 👍🏻

As a workaround, you can use

after:YYYY-MM-DD before:YYYY-MM-DD

In your query 👍🏻