# Output Formats

If you have specific project needs, that require you to parse the data you get back from us or transform it into a more r**eadable or structured format**, you are in the right place.&#x20;

The portfolio of output formarts that our product supports is growing, as we aim to ensure we meet your diverse project requirements and the evolving industry standards. The subpages below go into detail about our existing output formats, where they apply, and which ones are best suited for your needs.

#### **Autoparse Parameter**

👉 Simply parse your data with one parameter - `autoparse=true`.

👉 Get your parsed results in structured `JSON` or `CSV` for a list of domains by setting `output_format=json` or `output_format=csv`.

Read more about available domains [here](/responses-and-formats/output-formats/json-response-autoparse.md).

#### **Available Output Formats**

👉 Get response in LLM friendly structure with the output formats `markdown` or `text`  for every URL on the web.

Read more [here](/responses-and-formats/output-formats/llm-output-formats.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.scraperapi.com/responses-and-formats/output-formats.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
