Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 808 Bytes

Scraping the web.md

File metadata and controls

28 lines (19 loc) · 808 Bytes

Web Scraper for Chrome

Start new

  1. Create new sitemap
  2. Add selectors
    • Tiny box for selector next to “Selector” buttons

Selectors

https://www.webscraper.io/documentation/selectors

  • Text: extract value
  • Element(s) multiple elements
  • Element click
  • Element scroll down - for scrolling pages
  • Link - link selection and website navigation, e.g. a table of contents/index with linked pages

Link selector for sub-pages

  • In the _root level, create a Link selector for an tag
  • Click on the Link selector to go to to the sub-selector
  • Here you add the fields (e.g. Text selectors) to the sub-page data
  • Start “Scrape” and Web Scraper will navigate by itself.