Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 591681
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T15:39:36+00:00 2026-05-13T15:39:36+00:00

Im trying to scrape data from IMDB, but naturally there are a lot of

  • 0

Im trying to scrape data from IMDB, but naturally there are a lot of pages, and doing it in a serial fashion takes way too long. Even with I do multi-threaded CURL.

Is there a faster way of doing it?

Yes I know IMDb offers text files, but they dont offer everything, in any sane fashion.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T15:39:36+00:00Added an answer on May 13, 2026 at 3:39 pm

    I’ve done a lot of brute force scraping with PHP and sequential processing seems to be fine. I’m not sure “what a long time” to you is, but I often do other stuff while it scrapes.

    Typically nothing is dependent on my scraping in real time, its the data that counts, and I usually scrape it and massage it at the same time.

    Other times I’ll use a crafty wget command to pull down a site and save locally. Then have a PHP script with some regex magic extract the data.

    I use curl_* in PHP and it works very good.

    You could have a parent job that forks child processes providing them URL’s to scrape, which they process and save the data locally (db, fs, etc). The parent is responsible for making sure the same URL isn’t processed twice and children don’t hang.

    Easy to do on linux (pcntl_, fork, etc), harder on windows boxes.

    You could also add some logic to look at the last-modified-time and (which you previously store) and skip scraping the page if not content has changed or you already have it. There’s probably a bunch of optimization tricks like that you could do.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to scrape images and data from a website using Xpath but keeps showing
Trying to scrape data from totalfilm.com using YQL but I'm getting a strange error:
I am trying to scrape some data from a web site. This is the
I am trying to scrape some data from a page with a table based
I am trying to scrape the datas from a webpage, but I get need
I'm trying to scrape data from an external JSON feed and store it in
I am trying to use the HTML Agility pack to scrape some data from
I have been trying to data scrape the current value of a stock from
I am trying to scrape specific html tags including their data from a google
I'm trying to scrape data from the table at the following url: http://www.nfpa.org/itemDetail.asp?categoryID=953&itemID=23033 The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.