Fetch transaction data from any solana account
Get detailed transaction data including timestamps, SOL values, fees, signers, and more in an easy-to-use format for any Solana wallet address.
The actor accepts a JSON object with the following properties:
1{ 2 "address": "address", 3 "maxItems": 100 // To get max transactions set as -1 4}
The actor outputs transaction data in the following format for each transaction:
1[ 2 { 3 "tx_hash": "Transaction hash string", 4 "block_date": "YYYY-MM-DD HH:MM:SS", 5 "block_time": 1234567890, 6 "sol_value_ui": 1.5, // SOL amount 7 "sol_value_lamports": 1500000000, // Raw lamports 8 "fee": 5000, 9 "status": "Success/Failure", 10 "signer": ["Address1", "Address2"], 11 "parsed_instruction": ["instruction details"], 12 "slot": 12345, 13 "extra_data": {} 14 } 15]
If an error occurs, the output will include an error message:
1{ 2 "message": "Error description" 3}
"N/A"
if not availableThe actor implements the following error handling mechanisms:
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!