Google Dork Syntax for Finding Recipe PDFs

Use these advanced operators to zero in on downloadable recipe documents.

Core Operators

Operator Purpose Quick Example
filetype:pdf Return only PDF files. recipe filetype:pdf
intitle: Term must appear in the document title. intitle:recipe filetype:pdf
intext: Term must appear in the body text. intext:"chocolate" filetype:pdf
site: Restrict to a domain or TLD (.edu, .gov, etc.). site:edu intitle:recipe filetype:pdf
- (minus) Exclude terms or domains. "lasagna recipe" filetype:pdf -site:pinterest.com
"…" Match an exact phrase. "pumpkin pie recipe" filetype:pdf
OR Match either of two terms/phrases. ("apple pie" OR "pumpkin pie") filetype:pdf
Combine operators freely Quotes tighten results Exclude noisy sites Use site:edu / site:gov

Targeting Tips

Order doesn’t matter much; Google parses operators anywhere in the query.

Copy-Paste Examples

  1. Basic recipe PDFs
    recipe filetype:pdf
  2. Exact dish phrase
    "chocolate cake recipe" filetype:pdf
  3. Title must include “recipe”
    intitle:recipe filetype:pdf
  4. Title includes recipe + body mentions spinach
    intitle:recipe intext:spinach filetype:pdf
  5. University sources
    intitle:recipe filetype:pdf site:edu
  6. Exclude noisy domains
    "lasagna recipe" filetype:pdf -site:pinterest.com -site:scribd.com
  7. Either of two pies
    (intitle:recipe OR intext:recipe) ("apple pie" OR "pumpkin pie") filetype:pdf
  8. Cuisine + ingredient focus
    (intitle:recipe OR "recipe booklet") intext:chicken site:gov filetype:pdf
  9. Community cookbooks
    ("community cookbook" OR "church cookbook" OR "recipe collection") filetype:pdf
  10. Dietary filters
    (vegan OR gluten-free) intitle:recipe filetype:pdf -site:pinterest.com

Build a Query (fill & paste)

Swap values inside quotes, keep filetype:pdf, and add/remove exclusions as needed.


"dish or cuisine here" (intitle:recipe OR intext:recipe) filetype:pdf
site:edu -site:pinterest.com -site:facebook.com
      

Examples you can tweak

"tandoori chicken" (intitle:recipe OR intext:recipe) filetype:pdf site:edu
"pumpkin pie" intitle:recipe filetype:pdf -site:pinterest.com -site:scribd.com
("soup" OR "stew") intext:recipe filetype:pdf site:gov
Course Home