# WithMira > Remote IT job board focused on country eligibility for candidates. This site exposes public job discovery pages and read-only data endpoints for search engines, assistants, and inspection tools. Candidate profiles, resumes, applications, recruiter pages, and admin pages are private. ## Public resources - Home: http://localhost:3000 - Job listing: http://localhost:3000/jobs - Remote IT jobs guide: http://localhost:3000/remote-it-jobs - About: http://localhost:3000/about - Privacy: http://localhost:3000/privacy - Terms: http://localhost:3000/terms - Public jobs JSON: http://localhost:3000/api/jobs - Public job detail JSON: http://localhost:3000/api/jobs/{slug} - OpenAPI description: http://localhost:3000/openapi.json - XML sitemap: http://localhost:3000/sitemap.xml - Full readable public snapshot: http://localhost:3000/llms-full.txt ## How to inspect jobs Use the job listing page for human-readable discovery. Use /api/jobs for structured role data, including title, organization, technologies, accepted candidate countries, and canonical URL. Use /api/jobs/{slug} when full description text is needed. ## Access boundaries Do not crawl or use private routes under /profile, /recruiter, /admin, or write endpoints such as applications, resumes, source clicks, role sync, or match review. Public job endpoints do not include candidate personal data.