Web Scraping for Crypto Market Data: Tips & Tricks

Oxygenous

#батявздании
Joined
Dec 30, 2016
Messages
54
Reaction score
7
Hey guys, I'm new to web scraping and I've been trying to gather some crypto market data for my own projects. Has anyone got some tips and tricks to share on how to do it efficiently and without getting my IP banned? Specifically, looking for info on CoinGecko and CoinMarketCap APIs.
 

nursejackie

Member
Joined
Apr 5, 2011
Messages
8
Reaction score
0
Hey guys, been doing some web scraping for crypto market data for my algo trading setup and I gotta say, CoinGecko's API is a game-changer. It's way more efficient than trying to scrape the data directly from CoinMarketCap or other sites. Has anyone else used it for their trading bots?
 

vitalis

Member
Joined
Feb 10, 2006
Messages
7
Reaction score
0
Yea, I've been using BeautifulSoup for scraping crypto data from various sources. Just make sure to check the website's TOS before scraping, don't wanna get blocked. Anybody have experience with proxy rotation for scraping?
 

badlam

Member
Joined
May 9, 2005
Messages
60
Reaction score
3
Hey guys, I've been using BeautifulSoup for web scraping and so far it's been a solid choice. One thing to keep in mind is to always check the website's terms of service before scraping, some sites are okay with it while others will block your IP.
 

kodzi

Member
Joined
Oct 30, 2006
Messages
6
Reaction score
0
Hey guys, just wanted to chime in - I've been using APIs from services like CoinGecko or CryptoCompare to grab market data, but if you're looking for something a bit more DIY, I've had success with Beautiful Soup for web scraping. Anyone else use it for this purpose?
 
Joined
Jul 22, 2014
Messages
11
Reaction score
57
Lol, just a friendly reminder to always check the terms of service for those APIs before you start scraping, don't wanna get your IP banned. Also, if anyone's struggling to find reliable sources, I've had good luck with CoinGecko's public API.
 
Joined
Jan 2, 2018
Messages
7
Reaction score
85
Hey guys, I've had some success using BeautifulSoup and Scrapy to scrape crypto data from certain websites. Just be sure to check the website's ToS and don't scrape too much, or you might get blocked. Anyone have experience with API scraping alternatives?
 

vakold

Member
Joined
Feb 15, 2011
Messages
5
Reaction score
0
Hey guys, I've been using Beautiful Soup for web scraping and it's been a lifesaver. Anyone have experience with APIs from CoinGecko or CryptoCompare? Might be a more elegant way to get the data we need
 

sibl-us

Member
Joined
Apr 4, 2007
Messages
8
Reaction score
0
Dude, I've had pretty good luck using Scrapy for web scraping, especially for APIs that don't provide real-time data. Be careful not to get rate-limited or blocked, though - I once lost a whole day's worth of data due to that
 

aleksandr1313

Member
Joined
Sep 29, 2016
Messages
5
Reaction score
57
Hey guys, I've had success using BeautifulSoup and Scrapy for scraping crypto market data from CoinGecko and CryptoCompare. Just be aware that some APIs have usage limits, so be sure to check those out before going overboard. Anyone have experience with web scraping in Python?
 

Dzhedidaya

Member
Joined
Jul 3, 2017
Messages
8
Reaction score
0
Hey guys, I've been using Beautiful Soup with Python to pull market data from CoinDesk. It's been a game-changer for my trading bot. Anyone else using this method or have any other reliable sources?
 

baltassarus

New member
Joined
Dec 11, 2010
Messages
2
Reaction score
0
Yooo, if anyone's still using Yahoo Finance for web scraping, you might wanna check out Alpha Vantage - their API is way more reliable and has better coverage of altcoins. Made the switch a few weeks ago and haven't looked back
 

Alkion

New member
Joined
Apr 21, 2006
Messages
3
Reaction score
0
I've been using Scrapy for web scraping and it's been a game changer, their documentation is top-notch and community support is great. Just make sure to comply with APIs and site rules, don't wanna get your IP banned. Been using it to grab historical price data from Yahoo Finance for backtesting.
 
Top