Retrieve comprehensive details about Solana tokens with the Solana Token Info API. Get token names, symbols, prices, supply, creation history, mint details, and creator addresses. Supports up to 10 tokens per request. Ideal for blockchain research, market analysis, and token tracking.
Get detailed information about Solana tokens. This actor fetches comprehensive token data, including creation details, mint information, and current market statistics.
Get essential token information, including:
Access token creation history:
View token creator addresses.
The actor accepts a JSON input with the following structure:
1{ 2 "address": ["token_address1", "token_address2", ...] 3}
For each token address, the actor returns:
1[ 2 { 3 "name": "token name", 4 "symbol": "token symbol", 5 "address": "token address", 6 "price_usdt": "current price in USDT", 7 "supply": "total token supply", 8 "creation_sig": "creation transaction signature", 9 "creation_txn": "link to creation transaction", 10 "creation_date": "YYYY-MM-DD HH:MM:SS", 11 "creation_timestamp": "Unix timestamp", 12 "creators": ["creator addresses"], 13 "first_mint_sig": "first mint transaction signature", 14 "first_mint_txn": "link to first mint transaction", 15 "first_mint_date": "YYYY-MM-DD HH:MM:SS", 16 "first_mint_timestamp": "Unix timestamp", 17 "decimals": "token decimals", 18 "icon": "token icon URL" 19 } 20]
"N/A"
if not available onThe actor provides clear error messages for common issues:
For issues, feature requests, or questions about this actor, please create an issue.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!