Getting started¶
This walks you through your first crawl. No code required.
1. Create an account¶
Sign up with your email and a password. You'll get a default organization and a 1,000-credit signup bonus to try things out.
2. Create a project¶
A project groups related crawls. On the dashboard, enter a name (e.g. "Competitor prices") and click Create. Open the project.
3. Run a crawl job¶
In New crawl job, pick a type:
- Search (keywords) — enter keywords like
laptoporlaptop, keyboard. See Running a search crawl. - Details (ASINs/URLs) — enter ASINs or product URLs. See Running a details crawl.
Click Create job and wait for the status to reach completed.
4. Export your results¶
Open the completed job and use Export JSON or Export CSV. See Exporting your data.
Next¶
- Scheduling & comparing runs — automate repeat crawls
- Troubleshooting — if a job fails or returns nothing
- Developers: the API & Integration track