Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get external site job URL #1

Open
calvinomiguel opened this issue Jun 1, 2022 · 1 comment
Open

Get external site job URL #1

calvinomiguel opened this issue Jun 1, 2022 · 1 comment

Comments

@calvinomiguel
Copy link

Currently the scraper returns only the URL of the linkedin job ad. It'd be great to have the link to the external page. However in order to do this, you need to take into account that not all job ads have an external link. Some only have linkedin's easy apply method.

Maybe this info might help: I realized that in the Document there are some code elements, which contain JSON objects. In these JSON objects we can find a job by their ID and from there localize the external apply URL.

grafik

One object looks like this:

grafik

an the job ID is this number I highlighted here:
grafik

and the job ID can be found here in the attribute data-job-id
grafik

I am trying to update it myself, but I a newbie 🙈

@xmyoot
Copy link
Owner

xmyoot commented Jun 2, 2022

Hello,

Thank you for the suggestion. I didn't even know there was a code element with all of those objects. I will look into this. Thanks again for your interest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants