Fetch data from other URL Website
I'm trying to fetch some content out of a SPAN-Tag with an ID from a different website.
Let's say coinmarketcap.com/currenices/bitcoin
I'd like to fetch the current Price from the SPAN id=quote_price.
I tried with cURL and Simple HTML DOM Parser but I only get errors.
Can someone please help me out?