Get started in two ways
Choose your preferred method: use the web interface for quick testing or integrate via API for production use.Option 1: Web Interface (No Code)
Perfect for testing and one-off scraping tasks.Step 1: Create your account
1
Sign up
Go to app.manypi.com and create your free account. You’ll get 20,000 credits to start.
2
Verify email
Check your inbox and verify your email address to activate your account.
Step 2: Create your first scraper
Use AI to generate your scraper
Use AI to generate your scraper
- Click “Create Scraper” in your dashboard
- Enter a target URL (e.g.,
https://example.com/product) - Describe what data you want to extract in plain English:
- “Extract the product title, price, and rating”
- “Get all article titles and publication dates”
- “Scrape company name, location, and job listings”
- Click “Generate Schema” - AI will create the data structure
- Review and adjust the schema if needed
- Click “Create Scraper”
Or define schema manually
Or define schema manually
If you prefer full control, you can manually define your JSON schema:
Step 3: Test your scraper
1
Run a test
Click “Run Now” on your scraper to test it with the target URL.
2
View results
See the extracted data in clean, structured JSON format. Results appear instantly in your dashboard.
3
Refine if needed
If the results aren’t perfect, edit your scraper’s prompt or schema and test again. Each test only costs credits when successful.
Success! You’ve created and tested your first scraper. Now you can run it anytime from the dashboard.
Option 2: API Integration (Production)
Perfect for automation, scheduled jobs, and production applications.Step 1: Get your API key
1
Navigate to settings
Go to Settings → API Keys in your dashboard.
2
Generate key
Click “Create API Key”, give it a name, and copy the key.
Step 2: Create a scraper
Follow the same process as the web interface to create and test your scraper. You’ll need the scraper ID for API calls.Step 3: Make your first API call
Step 4: Handle the response
Response
You’re live! Your scraper is now integrated and ready for production use.
Common use cases
E-commerce monitoring
Track competitor prices, product availability, and reviews across multiple sites.
Lead generation
Extract company information, contact details, and job postings from business directories.
Content aggregation
Collect articles, blog posts, and news from multiple sources for your platform.
Market research
Gather product data, pricing trends, and customer sentiment at scale.
Next steps
API Reference
Explore the complete API documentation with all endpoints and parameters.
Manage credits
View your usage and purchase additional credits as needed.
Email notifications
Set up automatic email alerts when scrapers complete.
View usage
Monitor your credit consumption and scraper performance.
Tips for success
Write clear prompts
Write clear prompts
Be specific about what data you want. Instead of “get product info”, say “extract product title, price in USD, star rating out of 5, and availability status”.
Test with multiple URLs
Test with multiple URLs
Test your scraper on 2-3 different pages from the same site to ensure it works consistently.
Handle errors gracefully
Handle errors gracefully
Always check the
success field in API responses and handle errors appropriately in your code.Monitor your credits
Monitor your credits
Keep an eye on your credit usage in the dashboard. Set up alerts to avoid running out during important jobs.
Need help? Contact us at [email protected] or check out our full documentation.
