FAQ¶
What does AzScraper actually do?¶
It collects public Amazon product data on your behalf and gives it back as structured data (CSV or JSON). See What is AzScraper?.
Do I need to know how to code?¶
No. Everything works from the dashboard. Coding is only needed if you want to automate through the API.
What data do I get?¶
Search crawls return title, link, price, and rating per result. Details crawls return full product detail per ASIN/URL. See Search and Details.
How much does it cost?¶
You spend credits: 5 per keyword (search), 2 per product (details). $1 buys 10,000 credits, and new accounts get 1,000 credits free.
How fast are results?¶
Jobs are queued and processed by workers. Small jobs usually finish quickly; large backlogs can add wait time. Status moves queued → running → completed. See How it works.
Can my team use one account?¶
Yes. Organize work into projects and invite members. Credits are shared across your organization.
A job failed or returned nothing — what do I do?¶
See Troubleshooting.
Is there an API?¶
Yes — see the API & Integration track and API keys.