This Actor retrieves Yahoo Finance Historical data
This repository provides a simple API for accessing Yahoo Finance data related to stocks, futures, and trades. The API allows you to retrieve information such as the ticker price, description, market change, filings, earning date, market cap, bid, bid size, and more.
1curl -X GET "https://apify.com/pintostudio/yahoo-finance?ticker=TSLA" 2{ 3 "ticker": "XYZ", 4 "price": 123.45, 5 "description": "Example Company Inc.", 6 "marketChange": "+2.34%", 7 "filings": ["Form 10-K", "Form 8-K"], 8 "earningDate": "2024-01-15", 9 "marketCap": "$1.5 trillion", 10 "bid": 123.40, 11 "bidSize": 100 12 // ... other relevant information 13}
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!