# Data Sample: Glassdoor Jobs

{% hint style="info" %}
All personal/company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes.
{% endhint %}

This sample represents a single record from the Glassdoor Jobs dataset, illustrating the job posting’s presence across Glassdoor’s global coverage.

{% code title="Full sample" %}

```json
	{
		"id": "glassdoor_job_123456789",
    "source_id": "123456789",
    "company_id": "1122334455",
    "expired": false,
    "company_name": "Example Company",
    "image": "https://media.glassdoor.com/banner/example-company.png",
    "country": "United States",
    "city": "Wilmington, DE",
    "title": "Client Manager",
    "url": "https://www.glassdoor.com/partner/example-company/client-manager",
    "description": "Example Company is looking for a Client Manager. Here is a job description.",
    "website": "www.example-company.com/careers",
    "salary": {
        "min": 70000,
        "max": 90000,
        "currency": "USD",
        "pay_period": "YEAR"
    },
    "salary_estimate_type": "Employer est.",
    "created_at": "2025-01-29 16:57:22",
    "updated_at": "2025-10-18 01:55:52",
    "deleted": 0
	}
```

{% endcode %}


---

# 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.coresignal.com/additional-sources/glassdoor/glassdoor-jobs/data-sample.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.
