| Server IP : 216.238.111.58 / Your IP : 216.73.217.34 Web Server : LiteSpeed System : Linux hosting.smartskills.com.br 4.18.0-553.120.1.el8_10.x86_64 #1 SMP Mon Apr 20 18:04:27 EDT 2026 x86_64 User : skillsitcom ( 1002) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/tmp/teste/wp-automatic/inc/ |
Upload File : |
{
"runMode": "DEVELOPMENT",
"startUrls": [
{
"url": "https://www.example.com",
"method": "GET"
}
],
"keepUrlFragments": false,
"linkSelector": "a[href]",
"pseudoUrls": [
{
"purl": "https://apify.com[(/[\\w-]+)?]"
}
],
"pageFunction": "// The function accepts a single argument: the \"context\" object.\n// For a complete list of its properties and functions,\n// see https://apify.com/apify/web-scraper#page-function \nasync function pageFunction(context) {\n // This statement works as a breakpoint when you're trying to debug your code. Works only with Run mode: DEVELOPMENT!\n // debugger; \n\n // jQuery is handy for finding DOM elements and extracting data from them.\n // To use it, make sure to enable the \"Inject jQuery\" option.\n const $ = context.jQuery;\n const pageTitle = $('title').first().text();\n const pageContent = $('html').html();\n\n // Print some information to actor log\n context.log.info(`URL: ${context.request.url}, TITLE: ${pageTitle}`);\n\n // Manually add a new page to the queue for scraping.\n // To make this work, make sure the \"Use request queue\" option is enabled.\n //context.enqueueRequest({ url: 'http://www.example.com' });\n\n // Return an object with the data extracted from the page.\n // It will be stored to the resulting dataset.\n return {\n url: context.request.url,\n pageContent\n };\n}",
"injectJQuery": true,
"injectUnderscore": false,
"proxyConfiguration": {
"useApifyProxy": false
},
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
},
"proxyRotation": "RECOMMENDED",
"useChrome": false,
"useStealth": false,
"ignoreSslErrors": true,
"ignoreCorsAndCsp": false,
"downloadMedia": false,
"downloadCss": false,
"waitUntil": [
"networkidle2"
],
"breakpointLocation": "NONE",
"debugLog": false,
"browserLog": false,
"initialCookies": [],
"respectRobotsTxtFile": false
}