# Extract Insights from Job Posts

## **Use case**

1. Search old or current job positions (data analysts or data engineers where “marketing” is mentioned in the job description
2. Extract relevant technologies (BI, integration and data warehouse)
3. List technologies if found

<details>

<summary><strong>Prompt</strong></summary>

Conduct a **Google search** to find open or past job positions for **Data Analysts** or **Data Engineers** where “marketing” is mentioned in the job description for <mark style="color:red;background-color:orange;">**Company**</mark>. Extract relevant BI, integration, and data warehouse technologies from the descriptions. Follow these steps:

**Step 1: Google Search for Relevant Job Positions**

1. **Perform a Google search** (do not use the company’s careers page or third-party platforms). Use the following query:

**“**<mark style="color:red;background-color:orange;">**Company**</mark>**&#x20;Data Analyst OR Data Engineer marketing job post”**

2. Extract **up to five** relevant job listings from **Google search results** (top results only).
3. If no relevant job listings are found, return: **“No relevant job descriptions found.”**

**Step 2: Scrape Job Descriptions for BI, Integration & Data Warehouse Technologies**

Analyze the job descriptions and extract mentions of relevant data tools in three categories:

**1️⃣ Business Intelligence (BI) Tools**

* Tableau
* Looker
* Power BI

**2️⃣ Data Integration Tools**

* Fivetran
* Funnel
* Adverity

**3️⃣ Data Warehouses**

* Snowflake
* BigQuery
* AWS (Redshift, S3, or general cloud data storage)

**Step 3: Output Only the Technologies Found**

1. **If relevant technologies are found in the job descriptions**, return them as a **comma-separated list**.

* **Example Output:** *Tableau, Looker, Snowflake, Fivetran*

2. **If no relevant technologies are found, return: “No relevant data technologies found in job descriptions.”**

**Example Outputs**

✅ **Technologies Found:**

* *Tableau, Looker, Snowflake, Fivetran*

✅ **No Relevant Technologies Found:**

* *No relevant data technologies found in job descriptions.*

</details>

<figure><img src="/files/sVwLniIfRkKKj8eOgxKX" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/hcJyOEOi9a17a5tQ0F5J" alt=""><figcaption></figcaption></figure>


---

# 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://docs.zero.inc/features/ai-properties/ai-properties-examples/extract-insights-from-job-posts.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.
