NFT Creator Profiles Data Collector
Automated collection and enrichment of creator/team profile data on NFT platforms (OpenSea, Foundation, Exchange Art, SuperRare) with the generation of CSV files for further analysis and filtering.
Goal
Collect profile data in a single format:
profile links and name
Twitter/X handle
personal website
email (if any)
primary wallet address
wallet balance estimate in USD at the time of collection
platform;profile_url;display_name;twitter_x;website;email;wallet_address;balance_usd
Parsing platform profile
profile_url, display_name
twitter_x, website
wallet_address (primary)
Enrichment from the author's website (if website is specified)
search for email on the website/contacts/bio
Balance estimate
balance query by wallet_address via the provider's API (or aggregator)
conversion to USD and saving to balance_usd
Export to CSV
one line = one profile/team
empty fields are allowed (e.g., email)
Goal
Collect profile data in a single format:
profile links and name
Twitter/X handle
personal website
email (if any)
primary wallet address
wallet balance estimate in USD at the time of collection
platform;profile_url;display_name;twitter_x;website;email;wallet_address;balance_usd
Parsing platform profile
profile_url, display_name
twitter_x, website
wallet_address (primary)
Enrichment from the author's website (if website is specified)
search for email on the website/contacts/bio
Balance estimate
balance query by wallet_address via the provider's API (or aggregator)
conversion to USD and saving to balance_usd
Export to CSV
one line = one profile/team
empty fields are allowed (e.g., email)