Best way to Scape .eth addresses

quasi-me

Newbie
Joined
Sep 21, 2021
Messages
4
Reaction score
1
Hi, is there an easy way to scrape .eth addresses? Will scrapebox do the job?

Thanks in advance for replies
 
Scrape what? Just build a list of eth addrs? Probably any python script would do.
 
Do you know programming? There are API points like this: https://docs.etherscan.io/api-endpoints/accounts or you can run a node and check everything yourself.
No I'm not a programmer... but have access to a developer.

So for example if there were specific projects on etherscan, could a script pull all the addresses purchasing on from that project?
 
So for example if there were specific projects on etherscan, could a script pull all the addresses purchasing on from that project?
Yes. Everything on Ethereum is public. You can get anything.
 
Back
Top