Plugin to retrieve job postings from companies

Hi Bubble community,

I have a database of companies and I am looking to retrieve the job postings of those companies to display them on my app. The job postings could be retrieved from Linkedin, Indeed or other jobboards.

I haven’t found any pluging that could help me do that but I might have just missed it.

Do you know any plugin to do this?

Thank you!
Jo

Highly unlikely there is a plugin.

But you can pull these back from the API using the API Connector.

https://developer.linkedin.com/docs/v1/jobs/job-search-api#

Have a play with the API in Postman first.

Try a scraper.

Thank you for your answer. I didn’t know the API connector. Looks great!