Hey! Had the same prob with my website crawler.
Some sites check for JS execution—so requests alone won’t cut it. Try `requests-html` or `selenium-wire` to handle JS.
Also, check if the site has an API? Might save you the hassle.
Some sites check for JS execution—so requests alone won’t cut it. Try `requests-html` or `selenium-wire` to handle JS.
Also, check if the site has an API? Might save you the hassle.
