> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/products/pt-br/web-scraper-api/features/result-processing-and-storage.md).

# Processamento e armazenamento de resultados

- [Parsers dedicados](https://developers.oxylabs.io/products/pt-br/web-scraper-api/features/result-processing-and-storage/dedicated-parsers.md): Ative parsers dedicados na Web Scraper API da Oxylabs definindo parse=true. Saída JSON estruturada para targets compatíveis como Amazon, Google, Walmart e muito mais.
- [Agregador de resultados](https://developers.oxylabs.io/products/pt-br/web-scraper-api/features/result-processing-and-storage/result-aggregator.md): Aprenda a retornar várias respostas da Web Scraper API como uma única saída maior usando o Agregador de Resultados.
- [Armazenamento em nuvem](https://developers.oxylabs.io/products/pt-br/web-scraper-api/features/result-processing-and-storage/cloud-storage.md): Recupere seus resultados coletados diretamente no seu armazenamento S3, GCS, OSS ou outro compatível com S3.
- [Modelagem do nome do arquivo](https://developers.oxylabs.io/products/pt-br/web-scraper-api/features/result-processing-and-storage/cloud-storage/file-name-templating.md): Aprenda a especificar nomes de arquivo para os resultados entregues ao seu armazenamento em nuvem.
- [Tipos de saída](https://developers.oxylabs.io/products/pt-br/web-scraper-api/features/result-processing-and-storage/output-types.md): Descubra os vários tipos de saída na Web Scraper API da Oxylabs: Markdown, saída em múltiplos formatos e opções de captura XHR.
- [Capturando requisições de rede (Fetch/XHR)](https://developers.oxylabs.io/products/pt-br/web-scraper-api/features/result-processing-and-storage/output-types/capturing-network-requests-fetch-xhr.md): Capture a atividade de rede da Web Scraper API usando a flag XHR. Recupere todas as requisições Fetch/XHR feitas durante o carregamento da página como JSON estruturado para facilitar a extração de dados.
- [Saída em Markdown](https://developers.oxylabs.io/products/pt-br/web-scraper-api/features/result-processing-and-storage/output-types/markdown-output.md): Solicite saída em formato Markdown da Web Scraper API da Oxylabs, definindo "markdown": true no seu payload - ideal para fluxos de trabalho de IA e conteúdo leve.
- [Saída em múltiplos formatos](https://developers.oxylabs.io/products/pt-br/web-scraper-api/features/result-processing-and-storage/output-types/multi-format-output.md): Veja como obter mais de um formato de saída com uma única chamada de API.
- [Baixar imagens](https://developers.oxylabs.io/products/pt-br/web-scraper-api/features/result-processing-and-storage/output-types/download-images.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developers.oxylabs.io/products/pt-br/web-scraper-api/features/result-processing-and-storage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
