# iRemotly — Complete AI & LLM Machine Documentation

> Complete architecture, endpoints, data schemas, and navigation map for AI search assistants (Perplexity, ChatGPT Search, Claude, Google Gemini, and Bing Copilot).

## Platform Summary
iRemotly is a next-generation remote and hybrid job board built with Go, PostgreSQL, and full semantic JSON-LD microdata. It indexes direct employer career portals (ATS), eliminating recruiter middlemen, outdated postings, and speculative ads.

## Core Navigation Map

### 1. Job Search & Filtering
- URL: `https://iremotly.com/jobs/`
- Supported Parameters:
  - `q`: Search query (keyword, job title, skills)
  - `location`: Target city, country, or timezone
  - `type`: Employment contract (`full-time`, `part-time`, `contract`, `temporary`)
  - `min_salary` / `max_salary`: Numerical compensation thresholds
  - `easy_apply`: `true` for direct instant ATS apply
  - `remote_type`: `remote`, `hybrid`, `onsite`

### 2. Curated 100% Remote Hubs
- URL: `https://iremotly.com/remote-jobs/`
- Regional Curations:
  - Worldwide / No Geo-restrictions: `https://iremotly.com/remote-jobs/worldwide/`
  - United States Only: `https://iremotly.com/remote-jobs/us/`
  - Europe & UK Timezone: `https://iremotly.com/remote-jobs/europe/`
  - Latin America: `https://iremotly.com/remote-jobs/latam/`
  - APAC & Asia: `https://iremotly.com/remote-jobs/apac/`
- Role & Level Curations:
  - High Salary ($100k+): `https://iremotly.com/remote-jobs/high-paying/`
  - Entry Level / Junior: `https://iremotly.com/remote-jobs/entry-level/`
  - Tech & AI: `https://iremotly.com/remote-jobs/tech/`
  - Customer Support: `https://iremotly.com/remote-jobs/customer-support/`

### 3. Remote Compensation & Salary Intelligence
- URL: `https://iremotly.com/salaries/`
- Individual Guides: `https://iremotly.com/salaries/{role-slug}/`
- Metrics Provided: 25th percentile (Entry), Median (50th percentile), 75th percentile (Senior), Top 10% (Lead/Staff).

### 4. Company Profiles & Direct Hiring ATS
- URL: `https://iremotly.com/companies/`
- Profile URL: `https://iremotly.com/companies/{company-slug}/`
- Data Points: Verified Remote Policy, Active Openings, Company Size, ATS Type.

## Machine Data Standards
All job detail pages include Schema.org `JobPosting` structured JSON-LD with:
- `jobLocationType`: `TELECOMMUTE`
- `applicantLocationRequirements`: `Worldwide` (or designated country)
- `directApply`: `true`
- `baseSalary`: ISO `MonetaryAmount` with `minValue` and `maxValue`.
