Helloworld.Rs Scraper avatar

Helloworld.Rs Scraper

Pricing

from $1.49 / 1,000 results

Go to Apify Store
Helloworld.Rs Scraper

Helloworld.Rs Scraper

Extract IT job listings from HelloWorld.rs, Serbia's largest IT job board. Supports keyword, location, tech tag, seniority, and work type filters. Returns full descriptions, structured salary data, and tech tags.

Pricing

from $1.49 / 1,000 results

Rating

0.0

(0)

Developer

Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Helloworld.rs Scraper

Scrape structured job listings from Helloworld.rs โ€” Serbia. 3,000+ active listings. No API key required.


Why this scraper?

๐Ÿ’ป Serbia's #1 IT job board

Helloworld.rs is the leading platform for tech and IT jobs in Serbia, with a strong community of developers and tech companies.

๐Ÿ“„ Full job descriptions

Enable fetchDetails to retrieve complete job descriptions in all three formats.

๐Ÿ’ฐ RSD salary data

Salary data in Serbian Dinar where published.

๐Ÿ”„ Repost detection

Cross-run deduplication with a 90-day TTL. Use skipReposts: true for new-only feeds.

๐Ÿ”— Direct URL scraping

Supply specific Helloworld.rs search or category URLs via startUrls.

โš™๏ธ No API key required

Runs without any third-party credentials.


Input parameters

ParameterTypeDescriptionDefault
keywordsstringJob title, keyword, or skill to search for.โ€”
locationstringCity or region to filter by. Leave empty to search all locations.โ€”
tagstringSearch or filter by tag.โ€”
categorystringJob category filter. Leave empty for all categories.โ€”
workTypestringWork type filter (full-time, part-time, etc.).โ€”
daysOldstringOnly return listings published within the last N days.โ€”
senioritystringseniority.โ€”
maxItemsintegerMaximum number of results to return.0
startUrlsarrayList of specific URLs to scrape. Bypasses the search input.โ€”
proxyConfigurationstringproxyConfiguration.โ€”

Output schema

Each result contains the following fields.

FieldTypeDescription
idstringUnique job listing ID from the source platform.
urlstringDirect URL to the job listing.
titlestringJob title as published.
companystringEmployer / company name.
locationstringFull location string as published.
citystringCity of the work location.
countrystringCountry code (ISO 3166-1 alpha-2).
contractTypestringContract type (permanent, contract, temporary, etc.).
workSchedulestringWork schedule (full-time, part-time, etc.).
salaryMinnumberMinimum salary (null if not published by employer).
salaryMaxnumberMaximum salary (null if not published by employer).
salaryCurrencystringISO 4217 currency code (null if no salary published).
salaryPeriodstringSalary period: YEAR / MONTH / WEEK / DAY / HOUR.
publishDatestringPublication date (YYYY-MM-DD).
publishDateISOstringPublication date in ISO 8601 format.
sourcestringSource domain name.
scrapedAtstringISO 8601 timestamp of when this item was scraped.
contentHashstringMD5 hash of key fields for change detection (16 chars).
summarystringHuman-readable one-line summary of the listing.
changeStatusstringChange status: NEW / MODIFIED / UNCHANGED.
isRepostbooleanTrue if this listing was seen in a previous run (90-day window).
originalPublishDatestringOriginal publish date if this is a repost (null otherwise).
originalUrlstringOriginal URL if this is a repost (null otherwise).

Example output record:

{
"id": "123456",
"url": "https://www.helloworld.rs/jobs/senior-developer/123456",
"title": "Software Developer",
"company": "Nordeus",
"location": "Beograd",
"city": "Beograd",
"country": "RS",
"contractType": "Permanent",
"workSchedule": "Full-time",
"salaryMin": 45000,
"salaryMax": 60750,
"salaryCurrency": "RSD",
"salaryPeriod": "YEAR",
"publishDate": "2026-04-15",
"publishDateISO": "2026-04-15",
"source": "helloworld.rs",
"scrapedAt": "2026-04-24T09:00:00.000Z",
"contentHash": "a3f1b2c4d5e67890",
"summary": "Software Developer ยท Nordeus ยท Beograd",
"changeStatus": "NEW",
"isRepost": false,
"originalPublishDate": null,
"originalUrl": null
}

Examples

1 โ€” Search for Software Developer roles in Beograd

{
"searchQuery": "developer",
"location": "Beograd",
"maxResults": 100
}

2 โ€” Filter by job category

{
"category": "IT",
"maxResults": 200
}

3 โ€” Scrape a specific search page directly via startUrls

{
"startUrls": [
{
"url": "https://www.helloworld.rs/jobs?q=developer"
}
],
"maxResults": 50
}

4 โ€” Daily feed โ€” new listings only, past 24 hours, no reposts

{
"searchQuery": "",
"daysOld": 1,
"maxResults": 1000
}

๐Ÿ’ฐ Pricing

$1.50 per 1,000 results โ€” you only pay for successfully retrieved listings. Failed retries and filtered reposts are never charged.

ResultsCost
100~$0.15
1,000~$1.50
10,000~$15.00
100,000~$150.00

Flat-rate alternatives typically charge $29โ€“$49/month regardless of usage.

Use the Max results cap in the input to control your spend exactly.


Performance

Run sizeApprox. time
100 listings~2 min
1,000 listings~15 min
10,000 listings~2.5 hours

Known limitations

  • Salary: Not all employers publish salary information โ€” salaryMin and salaryMax may be null.
  • fetchDetails: Setting fetchDetails: false returns list-page fields only; description fields will be null.

Technical details

  • Source: helloworld.rs โ€” Serbia's job market
  • Memory: 256 MB
  • Repost storage: KeyValueStore helloworld-rs-job-dedup, 90-day TTL
  • Retry: Automatic retry on network errors, exponential backoff, 3 attempts per request

Additional services

Need a custom actor, additional filters, scheduled runs, or integration support? Send an email to info@unfencedgroup.nl โ€” we build on request.


Part of the Unfenced Group European job board scraper portfolio โ€” 50+ job markets covered. Built by unfenced-group ยท Issues? Open a ticket or send a message.