# Result Processing & Storage

- [Dedicated Parsers](/scraping-solutions/web-scraper-api/features/result-processing-and-storage/dedicated-parsers.md): Enable dedicated parsers in the Oxylabs Web Scraper API by setting parse=true. Structured JSON output for supported targets like Amazon, Google, Walmart and more.
- [Result Aggregator](/scraping-solutions/web-scraper-api/features/result-processing-and-storage/result-aggregator.md): Learn how to return multiple Web Scarper API reponses as a single larger output using Result Aggregator.
- [Cloud Storage](/scraping-solutions/web-scraper-api/features/result-processing-and-storage/cloud-storage.md): Retrieve your scraped results directly in your S3, GCS, OSS, or other S3-compatible storage.
- [File name templating](/scraping-solutions/web-scraper-api/features/result-processing-and-storage/cloud-storage/file-name-templating.md): Learn to specify file names for results delivered to your cloud storage.
- [Output Types](/scraping-solutions/web-scraper-api/features/result-processing-and-storage/output-types.md): Discover the various output types in the Oxylabs Web Scraper API : Markdown, multi-format output, and XHR capture options.
- [Capturing Network Requests (Fetch/XHR)](/scraping-solutions/web-scraper-api/features/result-processing-and-storage/output-types/capturing-network-requests-fetch-xhr.md): Fetch network activity from the Web Scraper API using the XHR flag. Retrieve all Fetch/XHR requests made during page load as structured JSON for easier data extraction.
- [Markdown Output](/scraping-solutions/web-scraper-api/features/result-processing-and-storage/output-types/markdown-output.md): Request markdown-formatted output from the Oxylabs Web Scraper API by setting "markdown": true in your payload - ideal for AI workflows and lightweight content.
- [Multi-format Output](/scraping-solutions/web-scraper-api/features/result-processing-and-storage/output-types/multi-format-output.md): See how to get more than one output format with a single API call.
- [Download Images](/scraping-solutions/web-scraper-api/features/result-processing-and-storage/output-types/download-images.md)
