> 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 no Oxylabs Web Scraper API definindo parse=true. Saída JSON estruturada para destinos suportados 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 Scarper API como uma única saída maior usando o Result Aggregator.
- [Armazenamento em nuvem](https://developers.oxylabs.io/products/pt-br/web-scraper-api/features/result-processing-and-storage/cloud-storage.md): Recupere seus resultados extraídos diretamente no seu armazenamento S3, GCS, OSS ou outro compatível com S3.
- [Modelagem de nomes de 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 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 no Oxylabs Web Scraper API: Markdown, saída em múltiplos formatos e opções de captura XHR.
- [Capturando solicitaçõ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 solicitações Fetch/XHR feitas durante o carregamento da página como JSON estruturado para facilitar a extração de dados.
- [Saída Markdown](https://developers.oxylabs.io/products/pt-br/web-scraper-api/features/result-processing-and-storage/output-types/markdown-output.md): Solicite saída formatada em Markdown do Oxylabs Web Scraper API 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.
