Hi all,
For the last few weeks I have tried to develop a Python based tool to retrieve URLs to documents from the search engines by requesting queries like: "site:http://www.example.com filetype
df". Then parse the HTML and extract the link. There is a point where I get an error "429: too many requests".
When I use https://www.elevenpaths.com/labstools/foca/index.html to retrieve the same documents, it can get 1000s of documents URLs in very short time. This tools has been mentioned on the forum on this https://www.blackhatworld.com/seo/tool-for-finding-peoples-email-adress.765012/#post-7954049.
I have few questions you may can help me to find a solution....
For the last few weeks I have tried to develop a Python based tool to retrieve URLs to documents from the search engines by requesting queries like: "site:http://www.example.com filetype
When I use https://www.elevenpaths.com/labstools/foca/index.html to retrieve the same documents, it can get 1000s of documents URLs in very short time. This tools has been mentioned on the forum on this https://www.blackhatworld.com/seo/tool-for-finding-peoples-email-adress.765012/#post-7954049.
I have few questions you may can help me to find a solution....
- Do you know any command line tool to automate custom queries inquiries?
- Is it possible to automate that search using Python to get the URLs as quick as FOCA?