chore: add use-cases
This commit is contained in:
12
README.md
12
README.md
@@ -123,10 +123,6 @@ Maxun lets you create custom robots which emulate user actions and extract data.
|
|||||||
2. Capture Text: Useful to extract individual text content from the website.
|
2. Capture Text: Useful to extract individual text content from the website.
|
||||||
3. Capture Screenshot: Get fullpage or visible section screenshots of the website.
|
3. Capture Screenshot: Get fullpage or visible section screenshots of the website.
|
||||||
|
|
||||||
## 2. BYOP
|
|
||||||
BYOP (Bring Your Own Proxy) lets you connect external proxies to bypass anti-bot protection. Currently, the proxies are per user. Soon you'll be able to configure proxy per robot.
|
|
||||||
|
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
- ✨ Extract Data With No-Code
|
- ✨ Extract Data With No-Code
|
||||||
- ✨ Handle Pagination & Scrolling
|
- ✨ Handle Pagination & Scrolling
|
||||||
@@ -136,9 +132,11 @@ BYOP (Bring Your Own Proxy) lets you connect external proxies to bypass anti-bot
|
|||||||
- ✨ Adapt To Website Layout Changes
|
- ✨ Adapt To Website Layout Changes
|
||||||
- ✨ Extract Behind Login
|
- ✨ Extract Behind Login
|
||||||
- ✨ Integrations
|
- ✨ Integrations
|
||||||
- ✨ MCP Server
|
- ✨ MCP
|
||||||
- ✨ Bypass 2FA & MFA For Extract Behind Login (coming soon)
|
|
||||||
- +++ A lot of amazing things!
|
# Use Cases
|
||||||
|
Maxun can be used for various use-cases, including lead generation, market research, content aggregation and more.
|
||||||
|
View use-cases in detail here: https://www.maxun.dev/#usecases
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||

|

|
||||||
|
|||||||
@@ -89,7 +89,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "concurrently -k \"npm run server\" \"npm run client\"",
|
"start": "concurrently -k \"npm run server\" \"npm run client\"",
|
||||||
"server": "cross-env NODE_OPTIONS='--max-old-space-size=8000' nodemon server/dist/server.js",
|
"server": "cross-env NODE_OPTIONS='--max-old-space-size=8000' nodemon server/src/server.ts",
|
||||||
"client": "vite",
|
"client": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"build:server": "tsc -p server/tsconfig.json",
|
"build:server": "tsc -p server/tsconfig.json",
|
||||||
|
|||||||
Reference in New Issue
Block a user