Freshersworld Jobs Search Scraper avatar

Freshersworld Jobs Search Scraper

Deprecated

Pricing

from $2.99 / 1,000 job details

Go to Apify Store
Freshersworld Jobs Search Scraper

Freshersworld Jobs Search Scraper

Deprecated

Extract complete current Freshersworld jobs, including salary, qualifications, experience, skills, job particulars, FAQs, and company details.

Pricing

from $2.99 / 1,000 job details

Rating

0.0

(0)

Developer

Jobs API

Jobs API

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

11 hours ago

Last modified

Share

Searches Freshersworld listing pages, opens each job detail page, and saves complete, deduplicated job records. The Actor uses public pages and does not require credentials or a proxy.

Input

  • query (required): title, skill, or keyword.
  • location: optional Freshersworld location name or slug.
  • maxItems: complete records to save, from 1 to 1000.
  • maxPages: hard listing-page limit, from 1 to 100.
  • requestTimeoutSecs: per-request timeout, from 5 to 120 seconds.
  • maxRetries: attempts per request, from 1 to 10.
  • includeRawData: include source JSON-LD; disabled by default to keep output compact.
{ "query": "engineer", "location": "bangalore", "maxItems": 20, "maxPages": 5 }

Output

Each item includes jobId, title, companyName, locationText, descriptionText, salaryText, postedAt, employmentType, applyUrl, and url, plus structured source fields. OUTPUT in the default key-value store summarizes pages, attempts, failures, saved records, and runtime.

Freshersworld may return loosely related listings, expired detail pages, or jobs with incomplete structured data. The Actor filters those records rather than emitting partial jobs. Use maxPages to control time and request volume for sparse searches.

Local QA

npm install
npm test
apify run --purge --input-file qa-inputs/freshersworld/local-search.json
npm run validate:dataset