Puppeteer Improved Inputs Scraper
Deprecated
Pricing
Pay per usage
Go to Store
Puppeteer Improved Inputs Scraper
Deprecated
Add the following options to inputs: Use Live View, Inject Query, and Inject Underscore
0.0 (0)
Pricing
Pay per usage
1
Total users
30
Monthly users
1
Last modified
4 years ago
You can access the Puppeteer Improved Inputs Scraper 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",< "proxyConfiguration": {< "useApifyProxy": false< },< "customData": {},< "pageFunction": "async function pageFunction(context) {\\n const { page, request, log } = context;\\n const title = await page.title();\\n log.info(`URL: ${request.url} TITLE: ${title}`);\\n return {\\n url: request.url,\\n title\\n };\\n}",< "preGotoFunction": "async function preGotoFunction({ request, page, Apify }) {\\n /* add your pre-navigation logic here, if needed */\\n}",< "initialCookies": [],< "waitUntil": [< "networkidle2"< ]<}' |<apify call barry8schneider/puppeteer20191228 --silent --output-dataset
Puppeteer Improved Inputs Scraper API through CLI
The Apify CLI is the official tool that allows you to use Puppeteer Improved Inputs Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
$npm i -g apify-cli$apify login
Other API clients include: