BaharMahmud / FindYourDreamJob

0 stars 0 forks source link

Tyler's API research #6

Open BaharMahmud opened 6 months ago

BaharMahmud commented 6 months ago

We need to get API s to retrieve job info from.

tylerclark2017 commented 6 months ago
  1. https://developer.adzuna.com/overview
  2. https://developer.usajobs.gov/tutorials/code-list
  3. https://github.com/workforce-data-initiative/skills-api/wiki/API-Overview Specifying API Version The present version of the API does not require any kind of user auth (to be implemented in a future sprint); however, users are able to request resources via any of the following three methods:

Specify the API version number by the endpoint: curl -X GET /path/to/api/v1/skills Specify a custom header api-version as a part of the request: curl -H "api-version: 1" -X GET /path/to/api/skills Specify the version number a part of the Accept header: curl -H "Accept: application/vnd.openskills.v1+json" -X GET /path/to/api/skills" Note that the URL redirects for handling the redirects to the appropriate API version via headers requires further configuration before being made active. For testing purposes, users are encouraged to use the first method shown.

  1. curl --location 'https://www.arbeitnow.com/api/job-board-api' https://documenter.getpostman.com/view/18545278/UVJbJdKh
BaharMahmud commented 6 months ago

const url = https://api.ziprecruiter.com/jobs?${searchParams}; curl --location 'https://www.arbeitnow.com/api/job-board-api'