Replies: 2 comments
-
@ksassnowski Do you have any clue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had a quick look at their site and I honestly have no clue what they're doing. The same URL sometimes returns results and sometimes doesn't. It might be tied to the current session but I haven't investigated this any further. I'm turning this issue into a discussion since it's not really a problem with the library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
If I try to scrape the following URL, it is successful:
https://www.werkenbijzicht.nl/vacatures.html
If I try to scrape the same page, but with another URL, it returns no result:
https://www.werkenbijzicht.nl/p/1/vacatures.html
It is the same page, but initiated from the pager at the bottom.
So with the original URL, my scraper only does scrape the first 10 items and if I try to go to the next page, I get this new URL like stated above and that results in nothing.
I cannot see what the difference is or how I should fix this?
Beta Was this translation helpful? Give feedback.
All reactions