https://github.com/omkarcloud/yahoo-search-scraper
Yahoo Search Scraper helps you collect search results from Yahoo Search.
https://github.com/omkarcloud/yahoo-search-scraper
how-to-scrape-data-from-yahoo-using-python scrape-yahoo serp-api serpapi yahoo yahoo-api yahoo-auction yahoo-finance yahoo-finance-scraper yahoo-scrap yahoo-scraper yahoo-scrapers yahoo-search yahoo-search-results yahoo-search-scraper yahoo-search-scraper-github yahoo-search-scraping yahoo-search-using-python yahoo-serp-scraper yahoo-serp-scraping
Last synced: 8 months ago
JSON representation
Yahoo Search Scraper helps you collect search results from Yahoo Search.
- Host: GitHub
- URL: https://github.com/omkarcloud/yahoo-search-scraper
- Owner: omkarcloud
- License: mit
- Created: 2023-12-30T13:05:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T14:49:46.000Z (over 1 year ago)
- Last Synced: 2025-02-20T01:13:34.778Z (8 months ago)
- Language: Python
- Homepage: https://www.omkar.cloud/
- Size: 2.45 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README

✨ Yahoo Search Scraper 🚀
💦 Yahoo Search Scraper helps you collect search results from Yahoo Search. 💦
(Programming Language - Python 3)
![]()
---## Disclaimer for Yahoo Scraper Project
> By using Yahoo Scraper, you agree to comply with all applicable local and international laws related to data scraping, copyright, and privacy. The developers of Yahoo Scraper will not be held liable for any misuse of this software. It is the user's sole responsibility to ensure adherence to all relevant laws regarding data scraping, copyright, and privacy, and to use Yahoo Scraper in an ethical and legal manner, in line with both local and international regulations.
We take concerns related to the Yahoo Scraper Project very seriously. If you have any inquiries or issues, please contact Chetan Jain at [chetan@omkar.cloud](mailto:chetan@omkar.cloud). We will take prompt and necessary action in response to your emails.
## 👉 Explore Our Other Awesome Products
- ✅ [Botasaurus](https://github.com/omkarcloud/botasaurus): The All-in-One Web Scraping Framework with Anti-Detection, Parallelization, Asynchronous, and Caching Superpowers.
---
Yahoo Search Scraper helps you collect search results from Yahoo Search.
## 🚀 Getting Started
1️⃣ **Clone the Magic 🧙♀:**
```shell
git clone https://github.com/omkarcloud/yahoo-search-scraper
cd yahoo-search-scraper
```
2️⃣ **Install Dependencies 📦:**
```shell
python -m pip install -r requirements.txt
```
3️⃣ **Let the Scraping Begin 😎**:
```shell
python main.py
```Find your data in the `output` directory.

*Note: If you don't have Python installed. Follow this Simple FAQ [here](https://github.com/omkarcloud/yahoo-search-scraper/blob/master/advanced.md#-i-dont-have-python-installed-how-can-i-run-the-scraper) and you will have your Yahoo Search data in next 5 Minutes*
## 🤔 FAQs
### ❓ How to Scrape Yahoo?
1. Open the `main.py` file.
2. Update the `queries` list with the locations you are interested in. For example:```python
queries = [
"Mango",
"Watermelon",
]Yahoo.search(queries, max=10)
```3. Run it.
```bash
python main.py
```Then find your data in the `output` directory.
### ❓ How to Scrape More Yahoo Search Results Using Your Yahoo Search API?
To scrape additional data, follow these steps to use our Yahoo Search API. You can make 50 requests for free:
1. Sign up on RapidAPI by visiting [this link](https://rapidapi.com/auth/sign-up).

2. Then, subscribe to our Free Plan by visiting [this link](https://rapidapi.com/Chetan11dev/api/yahoo-search-scraper/pricing).

3. Now, copy the API key.

4. Use it in the scraper as follows:
```python
Yahoo.search("Orange", max=10, key="YOUR_API_KEY")
```5. Run the script, and you'll find your data in the `output` folder.
```bash
python main.py
```The first 50 requests are free. After that, you can upgrade to the Pro Plan, which will get you 1000 requests for just $9.
### ❓ How did you build it?
We used Botasaurus, It's an All-in-One Web Scraping Framework with Anti-Detection, Parallelization, Asynchronous, and Caching Superpowers.
Botasaurus helped us cut down the development time by 50% and helped us focus only on the core extraction logic of the scraper.
If you are a Web Scraper, you should learn about Botasaurus [here](https://github.com/omkarcloud/botasaurus), because Botasaurus will save you countless hours in your life as a Web Scraper.
### ❓ Need More Help or Have Additional Questions?
For further help, contact us on WhatsApp. We'll be happy to help you out.
[](https://api.whatsapp.com/send?phone=918295042963&text=Hi,%20I%20would%20like%20to%20learn%20more%20about%20your%20products.)
## Love It? [Star It! ⭐](https://github.com/omkarcloud/yahoo-search-scraper/stargazers)
## Made with ❤️ using [Botasaurus Web Scraping Framework](https://github.com/omkarcloud/botasaurus)