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

Is there a way to just get the total number of job postings? #465

Open
gauravshetty98 opened this issue Nov 29, 2024 · 5 comments
Open

Is there a way to just get the total number of job postings? #465

gauravshetty98 opened this issue Nov 29, 2024 · 5 comments

Comments

@gauravshetty98
Copy link

gauravshetty98 commented Nov 29, 2024

I want to get the total number of job postings rather than the actual job posting. For example, when I search for "Statistician" in a LinkedIn job search, at the top of the list it gives the count of the results in this case 730. Is there a way to extract this count?

Screenshot 2024-11-29 at 6 06 02 PM
@legtar
Copy link

legtar commented Dec 19, 2024

yes, you can. ping me in telegram @nuclearm

@tonorgguillamon
Copy link

I am running into the same issue. When I define and offset higher thatn 1000 it just doesn't work. Somehow it's capped to 1000 elements in the search (not amount, but in the request itself)

@legtar
Copy link

legtar commented Jan 12, 2025

@tonorgguillamon you can get all jobs by adding additional filter for instance using specific state ID and iterating over all states. The same thing will be applicable to any kind of search request.

@legtar
Copy link

legtar commented Jan 12, 2025

but the number 730 from the example above visible in the response in data item.

@tonorgguillamon
Copy link

Oh sorry, i didnt get well the question.
Yes, you can get that number:
data["data"]["paging"]["total"]

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

3 participants