Skip to content

Commit 95a4d3c

Browse files
committed
chore: add use-cases
1 parent d410f27 commit 95a4d3c

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ Maxun lets you create custom robots which emulate user actions and extract data.
123123
2. Capture Text: Useful to extract individual text content from the website.
124124
3. Capture Screenshot: Get fullpage or visible section screenshots of the website.
125125

126-
## 2. BYOP
127-
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.
128-
129-
130126
# Features
131127
- ✨ Extract Data With No-Code
132128
- ✨ Handle Pagination & Scrolling
@@ -136,9 +132,11 @@ BYOP (Bring Your Own Proxy) lets you connect external proxies to bypass anti-bot
136132
- ✨ Adapt To Website Layout Changes
137133
- ✨ Extract Behind Login
138134
- ✨ Integrations
139-
- ✨ MCP Server
140-
- ✨ Bypass 2FA & MFA For Extract Behind Login (coming soon)
141-
- +++ A lot of amazing things!
135+
- ✨ MCP
136+
137+
# Use Cases
138+
Maxun can be used for various use-cases, including lead generation, market research, content aggregation and more.
139+
View use-cases in detail here: https://www.maxun.dev/#usecases
142140

143141
# Screenshots
144142
![Maxun PH Launch (1)-1-1](https://github.com/user-attachments/assets/d7c75fa2-2bbc-47bb-a5f6-0ee6c162f391)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
},
9090
"scripts": {
9191
"start": "concurrently -k \"npm run server\" \"npm run client\"",
92-
"server": "cross-env NODE_OPTIONS='--max-old-space-size=8000' nodemon server/dist/server.js",
92+
"server": "cross-env NODE_OPTIONS='--max-old-space-size=8000' nodemon server/src/server.ts",
9393
"client": "vite",
9494
"build": "vite build",
9595
"build:server": "tsc -p server/tsconfig.json",

0 commit comments

Comments
 (0)