put https://{api_key}:@api.80legs.com/v2/apps/
Upload an 80app to use in a crawl.
80apps are simple javascript applications that run on our crawling platform. They must include a processDocument
function that returns a javascript object with the data collected from a page, and a parseLinks
function that return a list of URLs to crawl next. For more info, check out the documentation on 80apps.
Uploads an 80app as <app_name>
.
The code for the app should be included as text in the body of the request.
The request must include the header:
Content-Type: application/octet-stream