https://github.com/scrapegraphai/scrapegraph-is-cool
https://github.com/scrapegraphai/scrapegraph-is-cool
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scrapegraphai/scrapegraph-is-cool
- Owner: ScrapeGraphAI
- Created: 2024-10-12T10:49:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T12:40:09.000Z (about 1 year ago)
- Last Synced: 2025-06-14T05:49:22.154Z (7 months ago)
- Language: Python
- Homepage: https://scrapegraphai.com
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Scripts used in the videos
For more examples take a look at the examples folder in ScrapegraphAI root folder: [main link](https://github.com/ScrapeGraphAI/Scrapegraph-ai).
You can also find also other providers
## News 📰
- ScrapegraphAI has now his APIs! Check it out [here](https://scrapegraphai.com)!
## Setup
First of all you should have installed the library scrapegraphai with this command:
```text
pip install scrapegraphai
```
After this you should create an .env variable with the following content:
```text
OPENAI_API_KEY="YOUR OPENAI API KEY"
```
## Content
### Use cases
1. smart_scraper: extract information given a link and an eventual schema. The second example provides how to use the schema
2. search_graph: search on internet and gives a structured output
3. multi_request_serial: creates mulitple requests in series of different websites
4. multi_request_parallel: creates mulitple requests in parallel of different websites
***