Scrape API

Agenty’s a simple, lightweight scraping API that runs on cloud and uses 100+ browsers running 24*7 to handle API requests. It also has built in methods for proxies, custom function handling, making it easier to get the data you need as a structured object.

jQuery mode

You can use the query object to pass the jQuery code to make a simple yet powerful screen-scraper.

The jQuery is most commonly used JavaScript library for parsing HTML that is easy to use. It provides an easy way to traverse the document object model (DOM) of a rendered HTML page using CSS selectors.

{
  "title" : "$('.titlelink').text()",
  "url" : "$('titlelink').attr('href')"
}

Signup now to get 100 pages credit free

14 days free trial, no credit card required!