Results and Output formats

How to receive results

You have two options to choose how you want to receive your results:

  • Download: the results will be available as download in your project detail page

  • Webhook: the results will be send to the URL you added. Make sure the webhook is publicly reachable.

In both cases, the results will be available to download in the project detail page.

Output formats

We offer different output formats for your results.

  • HTML: Default for "Arbitrary Website" projects.

  • JSON: Default for structured data sources projects. JSON is also available for some domains in "Arbitrary Website" projects, when you enable autoparsing.

  • CSV: Just available for structured data sources projects.

File Download:

You will always receive your results zipped in a file.

  • If you set up a project with "Arbitrary websites", your HTML results will be wrapped in JSONL.

  • For projects were you enable the paramter "Autoparse" or for structured data sources, you will receive JSON results wrapped in JSONL and CSV results as CSV file.

However we do not have dedicated parsers for all domains. So if you set up a project with "Arbitrary websites" and enable "Autoparse" feature, you won't receive parsed structured data for all domains.

Last updated