Skip to content

Added AIScraper #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Please contribute by adding links, adding pros/cons, titles, or anything else yo
Please help maintain alphabetical order.

## Table Of Contents
- [AIScraper](#aiscraper) [(link)](https://aiscraper.co/)
- [Apifier](#apifier) [(link)](http://apifier.com)
- [Beautiful Soup](#beautiful-soup) [(link)](https://www.crummy.com/software/BeautifulSoup/)
- [Browse AI](#browse-ai) [(link)](https://www.browseai.com/)
Expand Down Expand Up @@ -53,6 +54,25 @@ Please help maintain alphabetical order.
- [X-Ray](#x-ray) [(link)](https://github.com/lapwinglabs/x-ray)
- [ZenRows](#zenrows) [(link)](https://www.zenrows.com/)

### [AIScraper](https://aiscraper.co/)

**Description**: Chrome Extension that can extract structured information from a website. Fully based on AI and doesn't require coding skills. Returns data in CSV and JSON formats.

**Pros**
- Nocode - AI can do all the work
- Request data collection in natural language
- Scraper can find selectors automatically
- Extracted data modifications on the fly
- Results analysis with AI
-

**Cons**
- Currently in beta
- Doesn't support deep scraping by links and pagination

---


### [Apifier](http://apifier.com)

**Description**: Cloud-based scraper for JavaScript.
Expand Down