# JobSpy ## Docs - [FAQ](https://mintlify.wiki/speedyapply/JobSpy/faq.md): Frequently asked questions about JobSpy - [Exporting data](https://mintlify.wiki/speedyapply/JobSpy/guides/exporting-data.md): Export scrape_jobs() results to CSV, Excel, JSON, Parquet, and more. - [Filtering results](https://mintlify.wiki/speedyapply/JobSpy/guides/filtering-results.md): Narrow down job results before and after scraping using built-in parameters and pandas operations. - [Using proxies](https://mintlify.wiki/speedyapply/JobSpy/guides/proxies.md): Configure proxies to avoid rate limiting when scraping job boards, especially LinkedIn. - [Scraping jobs](https://mintlify.wiki/speedyapply/JobSpy/guides/scraping-jobs.md): How to use scrape_jobs() to collect job postings from multiple boards concurrently. - [Supported countries](https://mintlify.wiki/speedyapply/JobSpy/guides/supported-countries.md): Which countries each job board supports, and how to target them in your search. - [Installation](https://mintlify.wiki/speedyapply/JobSpy/installation.md): Install JobSpy with pip. Requires Python 3.10 or higher. - [Introduction](https://mintlify.wiki/speedyapply/JobSpy/introduction.md): JobSpy is a Python library that scrapes job postings concurrently from LinkedIn, Indeed, Glassdoor, Google, ZipRecruiter, and more. - [Bayt](https://mintlify.wiki/speedyapply/JobSpy/job-boards/bayt.md): Scrape job postings from Bayt, the leading job board for the Middle East and international markets. - [BDJobs](https://mintlify.wiki/speedyapply/JobSpy/job-boards/bdjobs.md): Scrape job postings from BDJobs, Bangladesh's leading job board, using JobSpy. - [Glassdoor](https://mintlify.wiki/speedyapply/JobSpy/job-boards/glassdoor.md): Scrape job postings from Glassdoor across 20+ countries using JobSpy. - [Google Jobs](https://mintlify.wiki/speedyapply/JobSpy/job-boards/google.md): Scrape job postings from Google Jobs globally using JobSpy. - [Indeed](https://mintlify.wiki/speedyapply/JobSpy/job-boards/indeed.md): Scrape job postings from Indeed across 60+ countries using JobSpy. - [LinkedIn](https://mintlify.wiki/speedyapply/JobSpy/job-boards/linkedin.md): Scrape job postings from LinkedIn globally using JobSpy. - [Naukri](https://mintlify.wiki/speedyapply/JobSpy/job-boards/naukri.md): Scrape job postings from Naukri, India's leading job portal, using JobSpy. - [ZipRecruiter](https://mintlify.wiki/speedyapply/JobSpy/job-boards/ziprecruiter.md): Scrape job postings from ZipRecruiter for the US and Canada using JobSpy. - [Quickstart](https://mintlify.wiki/speedyapply/JobSpy/quickstart.md): Scrape job postings from multiple job boards in under a minute. - [Enums & types](https://mintlify.wiki/speedyapply/JobSpy/reference/enums.md): Reference for all enums and type definitions used in JobSpy, including job boards, job types, compensation intervals, and supported countries. - [JobPost schema](https://mintlify.wiki/speedyapply/JobSpy/reference/jobpost-schema.md): The Pydantic data model for a single job posting, and how its fields map to DataFrame columns in the scrape_jobs() output. - [scrape_jobs()](https://mintlify.wiki/speedyapply/JobSpy/reference/scrape-jobs.md): Full API reference for the scrape_jobs function — the main entry point for scraping job postings from multiple job boards. - [Troubleshooting](https://mintlify.wiki/speedyapply/JobSpy/troubleshooting.md): Common issues and how to resolve them