Install
openclaw skills install @browseract-cli/company-career-page-finder-api-skillThis skill helps users run the Company Career Page Finder BrowserAct template and extract structured public data. Use this skill when users ask to collect company career page finder data, scrape company career page finder results, export public records, enrich datasets, monitor public web data, or c
openclaw skills install @browseract-cli/company-career-page-finder-api-skillFind the official careers, jobs, or opportunities page for any public company website and extract verified brand descriptions and source URLs.
co-from channel.scripts/ so future Agents can call the same template repeatedly.Before running, check the BROWSERACT_API_KEY environment variable. If it is not set, do not take other measures; ask and wait for the user to provide it.
Agent must tell the user:
"Since you haven't configured the BrowserAct API Key yet, please go to the BrowserAct Console to get your Key."
Configure these parameters from the user's request:
stringcompany_website.https://www.cloudflare.comhttps://www.cloudflare.comRun the standalone script from this skill directory:
python -u ./scripts/company_career_page_finder_api.py "https://www.cloudflare.com"
This task may take several minutes. The script prints timestamped status logs such as [14:30:05] Task Status: running.
After successful execution, the script retrieves and prints the BrowserAct API response. The returned data may include:
rank: Extracted rank value when available.title: Extracted title value when available.url: Extracted url value when available.description: Extracted description value when available.company: Extracted company value when available.job_title: Extracted job title value when available.location: Extracted location value when available.posted_date: Extracted posted date value when available.apply_url: Extracted apply url value when available.name: Extracted name value when available.email: Extracted email value when available.phone: Extracted phone value when available.address: Extracted address value when available.rating: Extracted rating value when available.Ground conclusions in the extracted data and handle missing fields gracefully.
If an error occurs during script execution, follow this logic:
"Invalid authorization", the API Key is invalid or expired. Do not retry; ask the user to re-check their BrowserAct API Key."concurrent" or "too many running tasks", the current subscription has reached the concurrent task limit. Do not retry; tell the user to upgrade at https://www.browseract.com/reception/recharge?co-from=company-career-page-finder.