From 84da3a65efaf3fa7d82aba70f013403a88886eec Mon Sep 17 00:00:00 2001 From: Domas Bitvinskas Date: Sun, 6 Oct 2019 14:27:33 +0300 Subject: [PATCH] Add GraphQL.jobs API (#945) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d8bbc77..965ce1ef 100644 --- a/README.md +++ b/README.md @@ -537,6 +537,7 @@ API | Description | Auth | HTTPS | CORS | | [Authentic Jobs](https://authenticjobs.com/api/docs) | Job board for designers, hackers and creative pros | `apiKey` | Yes | Unknown | | [Careerjet](https://www.careerjet.com/partners/api/) | Job search engine | `apiKey` | No | Unknown | | [Github Jobs](https://jobs.github.com/api) | Jobs for software developers | No | Yes | Unknown | +| [GraphQL Jobs](https://api.graphql.jobs) | Jobs with GraphQL | No | Yes | Yes | | [Indeed](https://www.indeed.com/publisher) | Job board aggregator | `apiKey` | Yes | Unknown | | [Jobs2Careers](http://api.jobs2careers.com/api/spec.pdf) | Job aggregator | `apiKey` | Yes | Unknown | | [Jooble](https://us.jooble.org/api/about) | Job search engine | `apiKey` | Yes | Unknown |