Fetch Data from other website in wordpress (screen scraping)

You’ll need to dig into the WordPress Http API.

Within PHP, there are many possible ways to send an HTTP request. For simplicity, these methods will be referred to collectively as ‘transports’ for this article. The purpose for the HTTP API is to support as many of them as possible with an API that is simple and standard for each of the transports.