Api reference

Endpoints and response data

Get /  search

Full-text search

Full-text search on episodes, podcasts, or curated lists of podcasts. Use the `offset` parameter to paginatethrough search results. The FREE plan allows to see up to 30 search results (or `offset` < 30) per query. The PROplan allows to see up to 300 search results (or `offset` < 300) per query. The ENTERPRISE plan allows to see upto 10,000 search results (or `offset` < 10000) per query.

Header

X-Listen API-Key

String
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Please don't leak your API key to the public. Don't put it on GitHub! If you accidentallyleak your API key, please reset in the dashboard.

Required parameters

None

Optional parameters

Q

String
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Search term, e.g., person, place, topic... You can use double quotes to do verbatimmatch, e.g., "game of thrones". Otherwise, it's fuzzy search.
Star Wars

Industry

String
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Search term, e.g., person, place, topic... You can use double quotes to do verbatimmatch, e.g., "game of thrones". Otherwise, it's fuzzy search.
Star Wars

Hiring organization name

String
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Search term, e.g., person, place, topic... You can use double quotes to do verbatimmatch, e.g., "game of thrones". Otherwise, it's fuzzy search.
Star Wars

Employment type

String
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Search term, e.g., person, place, topic... You can use double quotes to do verbatimmatch, e.g., "game of thrones". Otherwise, it's fuzzy search.
Star Wars

Occupational category

String
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Search term, e.g., person, place, topic... You can use double quotes to do verbatimmatch, e.g., "game of thrones". Otherwise, it's fuzzy search.
Star Wars

Job location address country

String
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Search term, e.g., person, place, topic... You can use double quotes to do verbatimmatch, e.g., "game of thrones". Otherwise, it's fuzzy search.
Star Wars

Size

Number
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Size=100. Default value is 100

From

Number
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
From=0. Default value is 0
Curl
Copy and paste to run in terminal
curl --location --request GET'https://api.apijobs.dev/v1/job
/search q=ReactJs'
Response