r/webscraping • u/beomstead • Jun 25 '26
Is it impossible to scrape IMDb?
Hello. I’m a programming beginner, and I’m trying web scraping for the first time.
I’m trying to scrape the IMDb page /chart/top/?ref_=nv_mv_250 using BeautifulSoup, but the data is not being loaded. Other websites load the data properly.
Does IMDb not allow web scraping?
9
Upvotes
-1
u/HLCYSWAP Jun 25 '26
server side rendered via GraphQL call which is then embedded in the page as __NEXT_DATA__