Enter the address of the page you want to scrape.

Example:

  • http://codecanyon.net/help/api

You can use this optional field to define the HTML element(s) you want to scrape. For example:

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

Leave this field empty if you want to get the entire HTML of a page. You can also define multiple CSS selectors by separating each with a comma:

  • .class , #id

Define an HTML element on your web page in which you want to insert the scraped content. You can use any CSS selector.

Example:

  • #result
  • footer h3

JavaScript Code:

PHP Code: