Skip to content

πŸ•·οΈ Scrape a Page

scrape_page_single.JPG

  • Data Inputs

    • selectors
      • Takes the output β€œselectors” value of a Create a Selector for Scraping block
      • This selectors can contain one or many selector objects which this block uses to extract data from.
    • url
      • Takes the url of the page to Scrape.
  • Data Outputs

    • values
      • Return a json object with keys as the name of the selectors (passed in save as)
      • Each key has a value or list of values (depending on boolean value of is list)
      • The value or values are the ones scraper extract from a given page for each selector.