Easily fetch daily historical price data for Solana SLP tokens with the Solana Price History API. Perfect for tracking price trends, portfolio analysis, and blockchain research.
Fetches daily historical price data for Solana tokens. It allows you to retrieve price information from a specific date range.
1{ 2 "addresses": "So11111111111111111111111111111111111111112" 3 "date": 20240201-20250201 4}
Note: There is a minimum of 11 responses per run
1[ 2 { 3 'date': YYYYMMDD, 4 'price': 214.32774 5 }, 6 { 7 'date': YYYYMMDD, 8 'price': 200.11743 9 } 10]
If an error occurs, the output will include an error message:
1{ 2 "message": "Error description" 3}
The actor includes built-in error handling for:
Each error is properly logged and returned in the actor's output for transparency.
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!