403 Forbidden Error When Calling API in POSTMAN
I’m trying to learn web scraping and saw a video that said I can, “look for the hidden API” instead of using selenium to get data from dynamically loaded html. I found the GET request that has data that I want, copied its uCURL, put it in the POSTMAN request, and sent it, but what I get back is just HTML, and its the same HTML when I try scraping the page using Beautiful Soup, which is weird because the whole reason I went this route was to get around the initial HTML that’s loaded onto the page.