# Use Cases

Here you can find several use cases for Blackbird, demonstrating how it can be applied in real-world scenarios.

### Reverse search multiple emails and usernames

```bash
python blackbird.py --username username1 username2 username3 --email email@email email1@email email2@email
```

### Reverse search multiple emails and usernames and export to PDF and CSV

```bash
python blackbird.py --pdf --csv --username username1 username2 username3 --email email@email.com email1@email.com email2@email.com
```

### Reverse search a username on Instagram to obtain obfuscated email and phone number

```bash
python blackbird.py --username username1 --filter "name=Instagram"
```

### Reverse search email and save HTTP response data for later analysis

```bash
python blackbird.py --email john@gmail.com --dump
```

### Reverse search username in social anime sites

```bash
python blackbird.py --username username1 --filter "uri_check~anime and cat=social"
```

### Reverse search list of usernames in TikTok

```bash
python blackbird.py --uf usernames.txt --filter "name=TikTok"
```


---

# Agent Instructions: 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:

```
GET https://p1ngul1n0.gitbook.io/blackbird/use-cases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
