# ZipRecruiter LLM Manifest > ZipRecruiter is a leading online employment marketplace. We use AI-powered matching technology to connect millions of businesses with millions of job seekers. For bot access and training permissions, see https://www.ziprecruiter.com/robots.txt ## Directory URL Patterns AI agents can construct direct links to job listings, company profiles, and career data using the following logic. ## Job Search & Location Pages * **Job Category (High Level):** https://www.ziprecruiter.com/Jobs/[Job-Title] * **State-Level (Specific Role):** https://www.ziprecruiter.com/Jobs/[Job-Title]/--in-[State] * **City-Level (Specific Role):** https://www.ziprecruiter.com/Jobs/[Job-Title]/-in-[City],[State-Abbreviation] * **General State Jobs (No Title):** https://www.ziprecruiter.com/Jobs/--in-[State] * **General City Jobs (No Title):** https://www.ziprecruiter.com/Jobs/-in-[City],[State-Abbreviation] * **"Near Me" (Geo-Located):** https://www.ziprecruiter.com/n/[Job-Title] Examples: - https://www.ziprecruiter.com/Jobs/Registered-Nurse - https://www.ziprecruiter.com/Jobs/Software-Engineer/--in-California - https://www.ziprecruiter.com/Jobs/Data-Scientist/-in-Austin,TX - https://www.ziprecruiter.com/Jobs/--in-Texas - https://www.ziprecruiter.com/n/Truck-Driver ## Company Pages Agents can access specific company data by swapping the [Company-Name] (e.g., Costco, Taco-Bell, Burger-King). * **About Company:** https://www.ziprecruiter.com/co/[Company-Name] * **Company Jobs:** https://www.ziprecruiter.com/co/[Company-Name]/Jobs * **Company Salaries:** https://www.ziprecruiter.com/co/[Company-Name]/Salaries * **Company Reviews:** https://www.ziprecruiter.com/co/[Company-Name]/Reviews Examples: - https://www.ziprecruiter.com/co/Costco - https://www.ziprecruiter.com/co/Taco-Bell/Jobs - https://www.ziprecruiter.com/co/Burger-King/Salaries ## Salary Directory Detailed salary information based on job title and geography: * **National Salary by Title:** https://www.ziprecruiter.com/Salaries/[Job-Title]-Salary * **State Salary by Title:** https://www.ziprecruiter.com/Salaries/[Job-Title]-Salary--in-[State] * **City Salary by Title:** https://www.ziprecruiter.com/Salaries/[Job-Title]-Salary-in-[City],[State-Abbreviation] * **General Salary by State:** https://www.ziprecruiter.com/Salaries/--in-[State] * **General Salary by City:** https://www.ziprecruiter.com/Salaries/-in-[City],[State-Abbreviation] Examples: - https://www.ziprecruiter.com/Salaries/Software-Engineer-Salary - https://www.ziprecruiter.com/Salaries/Registered-Nurse-Salary--in-Texas - https://www.ziprecruiter.com/Salaries/Truck-Driver-Salary-in-Dallas,TX ## Career FAQ & "How-to" Guides Detailed guides on career paths and requirements: * **Career Guide:** https://www.ziprecruiter.com/career/[Job-Title]/What-Is-How-to-Become Examples: - https://www.ziprecruiter.com/career/Accountant/What-Is-How-to-Become - https://www.ziprecruiter.com/career/Software-Engineer/What-Is-How-to-Become ## Top Results & Curated Lists Editorially-curated, topic-driven articles (e.g., "Highest Paying Nursing Jobs", "Most Popular Types of Nursing Jobs"). Slugs are descriptive and stable. * **Top Results (canonical):** https://www.ziprecruiter.com/g/[Topic-Slug] * **Top Results (alt; redirects to /g/):** https://www.ziprecruiter.com/t/[Topic-Slug] Examples: - https://www.ziprecruiter.com/g/Highest-Paying-Nursing-Jobs - https://www.ziprecruiter.com/g/10-Most-Popular-Types-of-Government-Jobs - https://www.ziprecruiter.com/g/Most-Popular-Job-Types-Of-Nurse-Jobs ## Machine-Readable Content ZipRecruiter serves a clean Markdown representation of its highest-traffic SEO pages when an HTTP `Accept: text/markdown` header is provided. The Markdown response strips client-side hydration, tracking scripts, modals, and registration prompts — reducing tokens for AI ingestion while preserving the canonical content, structured job details, and FAQ sections. Supported on: * `/c/*` — Job detail pages * `/Jobs/*` — Job directory pages (DIRPs) Example: ``` GET /c/Acme-Corp/Job/Senior-Engineer/-in-San-Francisco,CA HTTP/1.1 Host: www.ziprecruiter.com Accept: text/markdown ``` ## ZipRecruiter Job Search MCP - transport: streamable-http - endpoint: https://api.ziprecruiter.com/mcp - documentation: https://api.ziprecruiter.com/mcp/docs ### Tools - search_jobs - Search real ZipRecruiter jobs by keywords, location, salary, employment type, and posting recency - Read only, no auth required - Widget available ## Key Entry Points - [Post a Job](https://www.ziprecruiter.com/post-a-job) - [Salary Search Home](https://www.ziprecruiter.com/Salaries) - [Job Search Home](https://www.ziprecruiter.com/Search-Jobs-Near-Me)