I want to automate the way I gather labour-market data. The goal is to build a single, reliable workflow that: • Collects fresh job postings from LinkedIn, Indeed and HelloWork. • Captures, at minimum, the job title, full description, company name and location. • Stores everything in a structured database I can easily query or export. • Retrieves complete CVs from LinkedIn and, when possible, other social platforms, then links each profile to the same database scheme. Feel free to choose the most stable stack you trust—Python with Scrapy or Selenium, Node with Puppeteer, direct GraphQL or REST endpoints, etc.—as long as it runs unattended, copes gracefully with rate limits / captchas, and offers a simple way for me to schedule or trigger updates. Acceptance will be based on: 1. A repeatable script or service I can host (Docker image or cloud function are fine). 2. A concise setup guide plus sample data that proves the four data points for jobs and a full CV record are pulled correctly from the chosen platforms. 3. Error handling that logs failures without stopping the whole run. If you have questions about endpoints, authentication, or data volume, let’s discuss them early so we lock the best approach before coding starts.