> ## Documentation Index
> Fetch the complete documentation index at: https://docs.automindz.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Automindz API for career page scraping and hiring intelligence

Automindz API lets you scrape job listings from any company's career page, enrich people from LinkedIn, and detect hiring signals at target companies.

## What you can do

<CardGroup cols={2}>
  <Card title="Career page scraper" icon="briefcase" href="/quickstart">
    Discover and extract all job listings from a company's career page, including ATS-hosted boards like Greenhouse, Lever, and Workday.
  </Card>

  <Card title="Async workflows" icon="clock" href="/quickstart">
    Trigger long-running pipelines and poll for results — works with n8n, Zapier, or any HTTP client.
  </Card>
</CardGroup>

## Base URL

All API requests use the following base URL:

```
https://api.automindz.co/v1
```

## Authentication

All endpoints require a valid API key passed as a Bearer token:

```bash theme={null}
Authorization: Bearer <your-api-key>
```
