Single Page Scraper
scraperSinglePage
Turnkey task scraperSinglePage is web page scraper which extracts a data from one web page.
Change URL in the "input.json" file and start the task from the Web Panel
or by running command: $dex8 start -i input.json -s
It's free and always will be free.
Features:
- Scrape multiple data for example all links from web page
- Extract data from dynamic HTML content which is loaded by Javascript (AJAX)
- Extract data from HTML element defined by CSS selector
- Extract text, html or value from HTML tag attribute ( extract input field )
- Filter extracted data by Regular Expression ( filter input field )
- Correct extracted data by custom JS function ( corrector input field )
Input fields
Example of an input file.{
"device_name": "Desktop Macintosh",
"url": "https://www.ebay.com/sch/i.html?_from=R40&_trksid=p2380057.m570.l1313&_nkw=iphone&_sacat=0",
"encodeURL": false,
"extract": {
"tip": "text",
"selector": "h3.s-item__title"
},
"filter": {
"reg_str": "",
"reg_flags": "i"
},
"corrector": "result.trim(); result = result.replace('\\n', ''); result = result.replace(/\\/$/, ''); return result;"
}
PRICE: 0.00 EUR /month
To buy this product you need to sign up for a free account and login .