Google-Search-API
Google-Search-API copied to clipboard
Searching by site and date range?
Is it possible to search via Google's built-in filters, like "site:
See issue #56 and pull request #57. The time filtering thing was solved, but if you're still interested you could add some filtering by site (it's pretty straightforward given that it's almost the same as the time filter)
I needed custom range for a project. I solved this issue and modified the parameters for time_period. How can I share it? I'm quite inexperienced with github...
That's great! To contribute you should create a fork and a pull request. One possible way to do this is explained here: https://help.github.com/articles/creating-a-pull-request-from-a-fork/
Hope it helps! Ask if you have any doubts