Enter the URL of the page you want to scrap.

Example:

  • http://example.com/page3/

This optional field can be used to narrow your selection. You can use almost any CSS selectors to select HTML. For example:

  • #content
  • a[href*="example"]
  • p:contains(css)

Leave it empty if you want to get the entire HTML. You can define multiple css selectors by separating each with a comma:

  • .class , #id

Define an HTML elemnet on your web page in which you want to insert the result. You can use any CSS selectors.

JavaScript Code:

PHP Code: