From 95a4d3c857adc56c6020e6c64c6c7f97fdf5d220 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Fri, 3 Oct 2025 18:54:37 +0530 Subject: [PATCH] chore: add use-cases --- README.md | 12 +++++------- package.json | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 10908e9a..05e0424b 100644 --- a/README.md +++ b/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. 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 - ✨ Extract Data With No-Code - ✨ 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 - ✨ Extract Behind Login - ✨ Integrations -- ✨ MCP Server -- ✨ Bypass 2FA & MFA For Extract Behind Login (coming soon) -- +++ A lot of amazing things! +- ✨ MCP + +# 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 ![Maxun PH Launch (1)-1-1](https://github.com/user-attachments/assets/d7c75fa2-2bbc-47bb-a5f6-0ee6c162f391) diff --git a/package.json b/package.json index 343a015a..536836c0 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ }, "scripts": { "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", "build": "vite build", "build:server": "tsc -p server/tsconfig.json",