Solana Token Extractor

Solana Token Extractor

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.

ECOMMERCEDEVELOPER_TOOLSINTEGRATIONSApify

Solana Token Info Extractor

Get detailed information about Solana tokens. This actor fetches comprehensive token data, including creation details, mint information, and current market statistics.

Features

Token Details

Get essential token information, including:

  • Token name, symbol, and decimals
  • Current USDT price
  • Token icon URL
  • Total supply

Creation Information

Access token creation history:

  • Creation date and transaction signature
  • First mint date and transaction signature
  • Direct links to transactions on Solscan.io

Creator Information

View token creator addresses.

Example Input

The actor accepts a JSON input with the following structure:

1{
2    "address": ["token_address1", "token_address2", ...]
3}

Important Notes

  • Maximum of 10 token addresses per request
  • Addresses must be valid Solana token addresses

Example Output

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]

Limitations

  • Only processes up to 10 tokens per run to ensure reliable performance
  • Some tokens might have missing data fields marked as "N/A" if not available on

Error Handling

The actor provides clear error messages for common issues:

  • Invalid input format
  • Exceeding the maximum token limit
  • Failed API requests for specific tokens

Support

For issues, feature requests, or questions about this actor, please create an issue.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!