appmixer.apify.crawlers.Crawl
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| URL to crawl (must start with http:// or https://) | text | - |
| Page function | textarea | Page function that will be executed in the context of the crawled web page. See https://www.apify.com/docs/crawler#pageFunction for details. Example: function pageFunction(context) {
var $ = context.jQuery;
var result = { title: $('title').text() };
return result;
} |
| Max Wait Time (seconds) | number | - |
| Field | Type | Description |
|---|---|---|
| Page Function Result | - | |
| Run ID | - | |
| Loading Start Time | - | |
| Loading Finish Time | - | |
| Actor ID | - | |
| Actor Task ID | - | |
| Run status | - |