Pulls job postings from major job boards, and company or professional-profile data from professional networks. Returns structured records with job titles, descriptions, locations, salaries where available, and profile or company details.
You want job listings, company information, or professional-profile data from a named platform.
Customer reviews of a company (use reviews), or general web search (use search and maps).
~70 credits / run (up to 5000)
A focused set of postings or profiles is the usual case; scraping many records costs more.
Estimated; the actual charge depends on your input and is shown in the response.
Set these inside the intent when you run it.
A job title, company name, or search keyword depending on what you want.
A job search URL, company URL, or profile URL when you have the specific link.
A location or other filter to narrow results (city, remote-only, date range).
Roughly how many records to return.
A list of structured job posting, company profile, or professional profile records.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Site Scrapers skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/site-scrapers/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"jobs_and_companies","query":"senior product manager","target":"https://www.linkedin.com/company/acme-corp","filter":"New York, NY","limit":"20"}}'Example requests