Scrapegraph-ai icon indicating copy to clipboard operation
Scrapegraph-ai copied to clipboard

Python scraper based on AI

Results 113 Scrapegraph-ai issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** A scraper pipeline capable of retrieve all the similar blocks in a page, like ecommerce, weather, fly websites **Describe the...

feature request

**Is your feature request related to a problem? Please describe.** I am a aws bedrock user and interested in integrating ScrapeGraph with aws Bedrock models ecosystem. **Describe the solution you'd...

**Describe the bug** keep getting insufficient_quota when testing with google colab. **To Reproduce** run the colab example **Expected behavior** it is probably rate limiting because it is trying to call...

bug

**Is your feature request related to a problem? Please describe.** Difficulty to understand how it works under the lines and how it is structured **Describe the solution you'd like** A...

documentation
good first issue

**Is your feature request related to a problem? Please describe.** Change proxy rotation function

**Is your feature request related to a problem? Please describe.** I'd like to scrape a website n-levels deep. **Describe the solution you'd like** For example, given url = example.com, the...

feature request

### Description: Building on our graph visualization capabilities, we aim to develop a feature that allows the creation of scraping class structures from Graphviz diagrams. This will enable rapid prototyping...

feature request

It would be great to receive the actual node structure along with the json. I am scraping the same website for different products, If I get the actual nodes for...

enhancement
feature request

Description The ScriptCreatorGraph will fail to produce a useful script under any circumstances. Steps to reproduce the behavior: 1. Run examples/openai/script_generator_openai.py 2. Examine and attempt to run the produced script...

documentation
enhancement

based on this code: from scrapegraphai.graphs.pdf_scraper_graph import PDFScraperGraph from scrapegraphai.utils import prettify_exec_info OPENAI_API_KEY = "sk-" graph_config = {"llm": {"api_key": OPENAI_API_KEY, "model": "gpt-3.5-turbo"}} smart_scraper_graph = PDFScraperGraph( "List me scope 1 emissions...