Skills/Site Scrapers/Jobs and companies

Jobs and companies

~70 credits / run (up to 5000)

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.

Use when

You want job listings, company information, or professional-profile data from a named platform.

Not for

Customer reviews of a company (use reviews), or general web search (use search and maps).

Cost

~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.

What it accepts

Set these inside the intent when you run it.

queryrequired

A job title, company name, or search keyword depending on what you want.

targetoptional

A job search URL, company URL, or profile URL when you have the specific link.

filteroptional

A location or other filter to narrow results (city, remote-only, date range).

limitoptional

Roughly how many records to return.

What you get back

A list of structured job posting, company profile, or professional profile records.

Run it

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

  • Find software engineer jobs posted on Indeed in the last 3 days in San Francisco
  • Get the company profile and recent posts for this company
  • Pull the details from these LinkedIn job postings