Basic Information

appmixer.apify.crawlers.Crawl

1.0.0

Public

Scrap data from any website.

Input Ports

in

FieldTypeDescription
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 -

Output Ports

done

FieldTypeDescription
Page Function Result -
Run ID -
Loading Start Time -
Loading Finish Time -
Actor ID -
Actor Task ID -
Run status -

Full Metadata