Skip to main content
POST
Google Dork Lookup

Authentication

Requires an API key in the Authorization header.

Request

query
string
required
The subject to build dorks for a name, email address, username, domain, or a free-text keyword phrase. If your query already contains Google operators (e.g. filetype:pdf, site:github.com) or quotes, they are automatically detected and stripped so the true subject is quoted exactly once you never get broken syntax like nested quotes.

Response

Returns the detected query type, the normalized subject, any operators detected in your input, and a categorized set of ready-to-run Google dork links. This is a dedicated endpoint (not a Google search) it does not hit a search engine and costs 0 credits.
query
string
The raw subject you sent.
query_type
string
Detected query type: person, email, username, domain, url, company, or keyword.
normalized_query
string
The cleaned subject after stripping operators and quotes this is what gets quoted in the dorks.
detected_operators
object
Map of any Google operators found in your input, e.g. { "filetype": "pdf" }. Omitted when none are detected.
dork_pack
object[]
Categorized dork links tuned to the query type. Categories are query-type aware a person gets social/documents/forums/code, an email gets breach/paste/documents/code, a domain gets recon/documents/cloud/code/backups, a company gets news/documents/jobs/code, and a keyword gets documents/forums/code/news.
excluded_categories
object[]
Categories that were intentionally withheld and why. The sensitive Credentials & Secrets pack is only included for authorized domain/url searches (defensive security on your own asset); for people, emails, and keywords it is withheld and reported here.
credits
number
Always 0 this endpoint is free.

Credits

Free this endpoint never deducts credits.