
Web Scraper Experimental Debug
Pricing
Pay per usage
Go to Store

Web Scraper Experimental Debug
Experimental version of Apify Web Scraper with Chrome debugger integrated
0.0 (0)
Pricing
Pay per usage
3
Total users
63
Monthly users
2
Runs succeeded
>99%
Last modified
4 years ago
You can access the Web Scraper Experimental Debug programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "startUrls": [< {< "url": "https://apify.com"< }< ],< "pseudoUrls": [< {< "purl": "https://apify.com[(/[\\\\w-]+)?]"< }< ],< "linkSelector": "a",< "pageFunction": "async function pageFunction(context) {\\n // See README for context properties. If the syntax is unfamiliar see the link\\n // https://javascript.info/destructuring-assignment#object-destructuring\\n const { request, log, jQuery } = context;\\n\\n // To be able to use jQuery as $, one needs save it into a variable\\n // and select the inject jQuery option. We'\''ve selected it for you.\\n const $ = jQuery;\\n const title = $('\''title'\'').text();\\n\\n // This is yet another new feature of Javascript called template strings.\\n // https://javascript.info/string#quotes\\n log.info(`URL: ${request.url} TITLE: ${title}`);\\n\\n // To save data just return an object with the requested properties.\\n return {\\n url: request.url,\\n title\\n };\\n}",< "proxyConfiguration": {< "useApifyProxy": false< },< "initialCookies": [],< "waitUntil": [< "networkidle2"< ],< "customData": {}<}' |<apify call mtrunkat/web-scraper-experimental-dbgr --silent --output-dataset
Web Scraper Experimental Debug API through CLI
The Apify CLI is the official tool that allows you to use Web Scraper Experimental Debug locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
$npm i -g apify-cli$apify login
Other API clients include: