# Scraper Template

It can get overwhelming to keep track of important information when managing a large number of emails. That’s why we’ve built a **Scraper** — a tool that helps you extract exactly the data you need from the emails you receive.

***

In this first example, we’re going to extract codes and links from emails received for the Beyoncé concert (and yes — it’s *Beyoncé*, not *Béyoncé* as I mistakenly wrote in the video 😅). As you can see, we’ve received a lot of emails, and we want to extract both the codes and the “your link” URLs. Here’s how to do it.

{% embed url="<https://youtu.be/uVGTwJh0Bt4>" %}

***

In the second example, we’ll extract the codes received for the **Roland Garros raffle**.\
This time, we only want the codes from the second wave — that’s why we’ll use a **date filter** to narrow down the results.

{% embed url="<https://youtu.be/yf2FYQ2nLZs>" %}

***

{% hint style="info" %}
**The system will automatically filter by the email’s subject and sender.**\
If you want to extract data from different types of emails, you’ll need to create separate scraper templates for each.
{% endhint %}
