POST
/
1
/
crawlers
/
{id}
/
test

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Crawler ID.

Body

application/json
url
string
required

URL to test.

config
object

Crawler configuration to update. You can only update top-level configuration properties. To update a nested configuration, such as actions.recordExtractor, you must provide the complete top-level object such as actions.

Response

200 - application/json
startDate
string
required

Date and time when the test crawl started, in RFC 3339 format.

endDate
string
required

Date and time when the test crawl finished, in RFC 3339 format.

logs
array
required

Logs from the record extraction.

records
object[]
required

Extracted records from the URL.

Links found on the page, which match the configuration and would be processed.

externalData
object

External data associated with the tested URL. External data is refreshed automatically at the beginning of the crawl.

error
object

An error.