Skip to main content
GET
/
v1
/
scrape-career-pages
/
async
/
{request_id}
Get Scrape Career Pages Status
curl --request GET \
  --url https://api.automindz.co/v1/scrape-career-pages/async/{request_id} \
  --header 'Authorization: Bearer <token>'
{
  "request_id": "run_cmp6liidi8by50hn5n24xej0a",
  "status": "COMPLETED",
  "result": {
    "company": "inRiver",
    "url": "https://inriver.com/",
    "career_page_urls": [
      "https://career.inriver.com"
    ],
    "total_found": 10,
    "jobs_analyzed": 3,
    "pages_scraped": 1,
    "jobs": [
      {
        "job_title": "Service Delievery Manager",
        "location": "Malmö",
        "city": "Malmö",
        "country": "Sweden",
        "requirements": [
          "A minimum of 3-5 years of experience in Service Delivery Management, Project Management, or similar customer-facing roles",
          "Experience working with customer relationship management, leadership, and customer service within the tech industry",
          "Strong project management skills, including planning, coordination, prioritization, and stakeholder management",
          "Excellent interpersonal and communication skills, with the ability to build trusted customer relationships",
          "Strong problem-solving skills and the ability to manage complex situations effectively",
          "Good understanding of technical solutions and service delivery processes",
          "Proven ability to lead cross-functional teams and collaborate with external vendors and partners"
        ],
        "nice_to_have": [
          "Experience within SaaS and/or PIM solutions is considered a strong advantage"
        ],
        "hiring_manager_name": "Olivia Veal",
        "job_description": "At Inriver, we help brands deliver better product experiences — wherever their customers are. From the first product detail to the final purchase decision, we make product information work smarter. We are now looking for a Service Delivery Manager to join our team in the Malmo.",
        "benefits": [
          "A supportive team culture with space to learn, lead, and grow",
          "A workplace where your voice matters and your work makes a difference",
          "Tuesday Fika",
          "Friday breakfasts to start the day together",
          "A running club and social activities for anyone who wants to join"
        ],
        "min_years_of_experience": 3,
        "remote_policy": "hybrid",
        "department": "Sales",
        "company_name": "inRiver",
        "job_url": "https://career.inriver.com/jobs/7719732-service-delievery-manager",
        "ats_system": "Teamtailor"
      },
      {
        "job_title": "Product Manager",
        "location": "Malmö",
        "city": "Malmö",
        "country": "Sweden",
        "requirements": [
          "3+ years in product management, preferably on an AI or data-intensive platform",
          "Background in PIM, MDM, DAM, Commerce, ERP, PLM, or adjacent domains is considered an advantage",
          "Proven ability defining requirements and driving delivery",
          "Familiarity with product data models: catalogs, attributes, variants, hierarchies, and enrichment",
          "Experience across the full product development lifecycle, from discovery through deprecation",
          "Solid grasp of modern software architecture and AI/ML integration patterns",
          "Working knowledge of UX principles and UI frameworks",
          "Business English fluency, written and spoken"
        ],
        "nice_to_have": [
          "Background in PIM, MDM, DAM, Commerce, ERP, PLM, or adjacent domains is considered an advantage"
        ],
        "job_description": "At Inriver, we help brands deliver better product experiences - everywhere their customers are. Now we're looking for a Product Manager to join our awesome team.",
        "min_years_of_experience": 3,
        "remote_policy": "hybrid",
        "department": "Product Management",
        "company_name": "inRiver",
        "job_url": "https://career.inriver.com/jobs/7665247-product-manager",
        "ats_system": "Teamtailor"
      },
      {
        "job_title": "Finance Business Partner",
        "location": "Malmö",
        "city": "Malmö",
        "country": "Sweden",
        "requirements": [
          "At least 3-5 years of experience in FP&A, controlling, and business partnering",
          "Confidence working with forecasting, budgeting, and financial modelling",
          "The ability to turn complex numbers into clear business insight",
          "Strong data and BI skills, and interest in automation and AI"
        ],
        "hiring_manager_name": "Olivia Veal",
        "job_description": "At Inriver, we help brands deliver better product experiences — everywhere their customers are. Now we're looking for a Finance Business Partner to support our CFO and global leadership team.",
        "benefits": [
          "Tuesday Fika",
          "Friday breakfasts to start the day together",
          "A running club and social activities for anyone who wants to join"
        ],
        "min_years_of_experience": 3,
        "remote_policy": "Hybrid",
        "department": "Finance",
        "company_name": "inRiver",
        "job_url": "https://career.inriver.com/jobs/7236030-finance-business-partner",
        "ats_system": "Teamtailor"
      }
    ]
  },
  "credits_consumed": 2.89,
  "credits_left": 185.89,
  "started_at": "2026-05-15T07:28:21.187Z",
  "finished_at": "2026-05-15T07:31:43.245Z"
}
Poll until status is COMPLETED or FAILED. The result field is populated on completion.
Polling guidance: Check every 15–30 seconds. Most scrapes complete within 2–5 minutes.

Example responses

{
  "request_id": "run_abc123xyz",
  "status": "RUNNING",
  "result": null,
  "credits_consumed": null,
  "credits_left": null,
  "started_at": "2026-05-15T10:00:00Z",
  "finished_at": null
}
{
  "request_id": "run_abc123xyz",
  "status": "COMPLETED",
  "result": {
    "company": "Acme Corp",
    "url": "https://acme.com",
    "career_page_urls": ["https://jobs.lever.co/acme"],
    "total_found": 12,
    "jobs_analyzed": 12,
    "pages_scraped": 3,
    "warnings": null,
    "jobs": [
      {
        "job_title": "Senior Software Engineer",
        "location": "London, UK",
        "city": "London",
        "country": "United Kingdom",
        "job_type": "full-time",
        "remote_policy": "hybrid",
        "department": "Engineering",
        "salary_min": 90000,
        "salary_max": 120000,
        "salary_currency": "GBP",
        "salary_period": "annual",
        "min_years_of_experience": 5,
        "requirements": ["5+ years TypeScript", "React", "Node.js"],
        "job_url": "https://jobs.lever.co/acme/abc-123",
        "ats_system": "lever",
        "posted_at": "2026-05-01"
      }
    ]
  },
  "credits_consumed": 2.89,
  "credits_left": 185.89,
  "started_at": "2026-05-15T10:00:00Z",
  "finished_at": "2026-05-15T10:03:42Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

request_id
string
required

Response

Successful Response

request_id
string
required
status
string
required
result
ScrapeResult · object
credits_consumed
number | null
credits_left
number | null
started_at
string | null
finished_at
string | null