I have a single batch of data that needs to be harvested from a public website, then exposed through a lightweight API so I can pull it directly into my own system. Once the scrape is complete, there is no need for ongoing monitoring or refreshes—this is strictly a one-time job. Here’s what I need from you: • Write and run the scraper (Python, Node, or another language you’re comfortable with—Scrapy, BeautifulSoup, Puppeteer, Playwright, or Selenium are all fine as long as they finish the task reliably). • Bypassing Cloudflare is a must. • Clean and normalize the results so every field is machine-readable. • Stand up a small REST endpoint that returns the data in JSON when queried. A simple Flask/FastAPI, Express, or comparable microservice is perfect. • Provide brief documentation (endpoint URL, parameters, example response, and any environment variables or secrets I need to set). I’ll supply the target URL and the exact fields to capture once we get started. Let me know which stack you prefer, how quickly you can turn this around, and any similar projects you’ve handled.