Seek Jobs, Past the 550 Result Ceiling
Pricing
Pay per event
Seek Jobs, Past the 550 Result Ceiling
Job adverts from Seek, JobStreet and JobsDB across Australia, New Zealand, Singapore, Malaysia, the Philippines, Indonesia, Hong Kong and Thailand. The search stops at row 550 and reports the page after it as a search matching nothing. This one cuts the search up and measures the cover.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Gregory Bolshakov
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Job adverts from Seek in Australia and New Zealand, and from JobStreet and JobsDB in Singapore, Malaysia, the Philippines, Indonesia, Hong Kong and Thailand. One search, eight markets, no key and no login.
The page that lies
The search serves rows 1 to 550 of any query and no more. Ask for row 551 and it answers HTTP 200 with an empty list and a total of zero, which is exactly what a search matching nothing looks like. A nursing search in Sydney reported 1,398 adverts on 10 September 2026.
This Actor never asks for that page. The whole search is walked first in the site's own order, so a small row budget gives you what the site would show you. A search past the ceiling is then cut into cells on classification, work type, arrangement and salary band until each fits, with the counts read inside each cell rather than guessed.
The total is not a count of adverts
Every sponsored slot is a second copy of an advert that is also in the organic list. An
actuary search reported 372, served 372 rows, and 347 of them were different adverts. The
other 25 were the 25 sponsored slots. This Actor writes each advert once, charges it once, and
marks it isPromoted. Every row carries searchTotalReported so you can see the two numbers
side by side.
Salary
The site publishes salary as free text. salaryMin and salaryMax are read from it only when
there is a figure, and salaryPeriod comes from the label's own words. Australia quotes per
year or per hour, the Asian markets per month, and nothing here converts between them.
What a run admits
RUN_SUMMARY in the key-value store holds every cell with what it reported, what it returned
and why it stopped, plus complete, limitedBy, duplicatesSuppressed and any filter value
the site does not use.
Billing
Two events: a start fee charged only once adverts are returned, and a per-advert fee charged after each advert is written. A run that matches nothing costs nothing.