# Added company website/domain filter to jobs endpoint

jobdataapi.com v3.33 / API version 1.5.3

---

The [/api/jobs/](/api/jobs/) endpoint now has a new parameter that allows for filtering directly by a company's domain name or full website.

This filter simply works like a case-insensitive `LIKE` search on the company website_url field. It works best with filtering by full domain names such as [/api/companies/?website=google.com](/api/companies/?website=google.com) (it's recommended to omit things like `https://` or `www.`, as these can vary quite a bit).
