PDFScout API allows you to search for PDFs, ebooks, and books using Google and Archive.org. It utilizes Google dorking techniques to scrape Google search results.
-
/api/google
Search for books or PDFs on Google.
Example:pdf-scout.vercel.app/api/google?query=The Art Of War
-
/api/archive.org
Search for books or PDFs on Archive.org.
Example:pdf-scout.vercel.app/api/archive?query=48 Laws Of Power
To use the API, simply make a GET request to the desired endpoint with the appropriate query parameter.
The PDFScout API performs searches on Google and Archive.org by utilizing specific search queries (Google dorking) to find relevant PDFs, ebooks, and books. It then scrapes the search results to provide you with the most relevant documents based on your query.
Please note that the PDFScout API is for educational and informational purposes only. The developers do not endorse or encourage any illegal or unethical use of this API. Make sure to comply with all relevant laws and regulations when using this API.