data-scrape/best-apollo-scraper-reddit ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python command line scraper that can pull lead style data from Apollo or Reddit search results and save it in a clean file I can use later.
I want to be able to pass in a search phrase like software engineers at tech startups, then have it collect results across multiple pages, handle retries if needed, and optionally use a proxy. Please include useful filters like company, title, and location, and extract fields such as name, title, company, email, phone, LinkedIn link, company domain, industry, and employee count when available.
Make it easy to export the results as CSV, JSON, or both, with a max results option and a quiet mode for less output. Also add a couple of example commands and a small example output file so I can see how it works right away. If you need current docs or library details, look them up online first.
Are you gonna build this?
make sure you review the code using arcumet