isaacadams

SERP Scraper - ScreamingFrog

Sep 26th, 2020 (edited)
6,756
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #Page Titles
  2. //h3[@class="LC20lb DKV0Md"]
  3.  
  4. #URLs
  5. //div[@class="r"]/a[1]/@href
  6.  
  7. #Meta Descriptions
  8. //div[@class="s"]/div/span[@class="st"]
  9.  
  10. #Google Query
  11. https://www.google.com/search?q=your+keyword+phrase
  12.  
  13. #Number
  14. https://www.google.com/search?q=your+keyword+phrase&num=50
  15.  
  16. #Location
  17. https://www.google.com/search?q=your+keyword+phrase&num=50&near=chicago,+il
  18.  
Add Comment
Please, Sign In to add comment