---
title: LlamaParse Examples with llama-cloud-services | Developer Documentation
description: Collection of examples demonstrating how to use the LlamaParse
---

[Parse with Additional Prompts ](/llamaparse/parse/v1/examples/parse_with_prompts/index.md)Guide parsing output with custom prompts. Extract specific data from a McDonald's receipt by instructing the parser to focus only on prices and totals.

[Parse and Analyze Excel Spreadsheets ](/llamaparse/parse/v1/examples/parse_excel_sheets/index.md)Parse Excel files and build a RAG app to answer questions about spreadsheet data using a DCF template example.

[Parse All PDFs in a Folder with LlamaParse ](/llamaparse/parse/v1/examples/async_parse_folder/index.md)Parse all PDFs in a folder with LlamaParse and Asyncio

For more detailed examples on how to use the Python SDK, visit [our GitHub repo](https://github.com/run-llama/llama_cloud_services/tree/main/examples/parse).
