# Sample: Base Jobs API

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

## Base Jobs API data sample

```json
{
  "id": 889977,
  "created": "2025-03-01 10:30:00",
  "last_updated": "2025-04-10 16:00:00", 
  "time_posted": "1mo",
  "title": "Backend Engineer",
  "description": "We're looking for a skilled backend engineer to join our growing team.",
  "seniority": "Mid-Senior level",
  "employment_type": "Full-time",
  "location": "San Francisco, CA",
  "url": "https://www.professional-network.com/jobs/view/job-url",
  "hash": "a1b2c3d4e5f6g7h8i9j0",
  "company_id": 102938,
  "company_name": "Example Company",
  "company_url": "https://www.professional-network.com/company/example-company",
  "external_url": null,
  "deleted": 0,
  "application_active": 1,
  "salary": "$20,000 - $40,000",
  "applicants_count": "23",
  "professional_network_job_id": 56781234,
  "country": "United States",
  "last_updated_ux": 1712764800000,
  "redirected_url": "https://www.professional-network.com/jobs/view/job-url",
  "redirected_url_hash": "redir456hash123abc123abc",
  "job_industry_collection": [
      {
          "job_industry_list": {
              "industry": "Accounting"
          }
      }
  ],
  "job_functions_collection": [
      "Accounting/Auditing"
  ]
}
```


---

# 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/jobs-api/base-jobs-api/sample-base-jobs-api.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.
