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 full indeed description #70

Merged
merged 3 commits into from
Nov 27, 2023

Conversation

vinceyyy
Copy link
Contributor

Hi, I really appreciate you for creating this library. It helped me a lot.

One issue I encountered: it never returns the full job description from Indeed. I looked into it and found that the job data url (something like https://www.indeed.com/viewjob?jk=c59d048ac135ae9b&spa=1) returns JSON directly instead of HTML content, therefore bs4 does not handle it and it always falls back to the truncated description.

This PR is a simple patch that parses the JSON instead of using bs4.

@cullenwatson cullenwatson merged commit eed7fca into Bunsly:main Nov 27, 2023
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

Successfully merging this pull request may close these issues.

2 participants