Prakse.lv Scraper avatar

Prakse.lv Scraper

Pricing

from $1.49 / 1,000 results

Go to Apify Store
Prakse.lv Scraper

Prakse.lv Scraper

Scrape job vacancies and internships from Prakse.lv, Latvia's leading student career platform.

Pricing

from $1.49 / 1,000 results

Rating

0.0

(0)

Developer

Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Prakse.lv Scraper

Prakse.lv Scraper

Extract job vacancies and internships from Prakse.lv, Latvia's leading career platform for students and young professionals.


Features

  • Scrapes all active vacancies and internships from Prakse.lv
  • Filters by type: internship, regular job, or all
  • Full vacancy detail: description, requirements, duties, company offer
  • Salary extraction: net/gross, min/max, currency, period
  • Application deadline extraction
  • Cross-run deduplication (90-day TTL) — skip previously seen vacancies
  • Direct URL mode: supply specific vacancy URLs
  • Respects robots.txt

Input

ParameterTypeDefaultDescription
jobTypeselectallFilter by type: all, internship, or work
maxItemsinteger0Maximum results (0 = no limit)
daysOldinteger0Filter by deadline within N days (0 = no filter)
fetchDetailsbooleantrueFetch full description from detail pages
skipRepostsbooleanfalseSkip vacancies seen in previous runs
startUrlsarray[]Specific vacancy URLs to scrape directly

Output

Each result contains:

FieldTypeDescription
idstringVacancy ID
urlstringVacancy page URL
titlestringVacancy title
companyNamestringEmployer name
companyUrlstringEmployer profile URL
jobTypestringInternship or Work
schedulestringPart time or Full time
deadlinestringApplication deadline (YYYY-MM-DD)
locationstringCity and country
salaryTextstringRaw salary string
salaryMinnumberMinimum salary
salaryMaxnumberMaximum salary
salaryCurrencystringCurrency code (e.g. EUR)
salaryPeriodstringMONTHLY, HOURLY, etc.
salaryTypestringnet or gross
descriptionHtmlstringFull description as HTML
descriptionTextstringFull description as plain text
descriptionMarkdownstringFull description as Markdown
requirementsTextstringRequirements section
dutiesTextstringDuties section
proposalTextstringEmployer offer section
publishDatestringScrape date (YYYY-MM-DD)
sourcestringprakse.lv
isRepostbooleanWhether seen in a previous run
contentHashstring16-char MD5 for change detection

Example output

{
"id": "176361",
"url": "https://www.prakse.lv/vacancy/176361/rigas-tehniskas-universitates-attistibas-fonds/projektesanas-inzeniera-asistents",
"title": "PROJEKTĒŠANAS INŽENIERA ASISTENTS",
"companyName": "Rīgas Tehniskās universitātes Attīstības fonds",
"jobType": "Internship",
"schedule": "Part time",
"deadline": "2026-05-10",
"location": "Rīga, Latvia",
"salaryMin": 500,
"salaryMax": 500,
"salaryCurrency": "EUR",
"salaryPeriod": "MONTHLY",
"salaryType": "net",
"salaryText": "Salary(net): 500 EUR monthly",
"descriptionText": "2 prakses vietas. Apmērs: 500 EUR (30 stundas nedēļā)...",
"publishDate": "2026-04-24",
"source": "prakse.lv",
"isRepost": false,
"contentHash": "a3f8c21d9b4e0712"
}

Usage examples

Scrape all active vacancies:

{ "jobType": "all", "fetchDetails": true }

Internships only:

{ "jobType": "internship", "fetchDetails": true }

Daily feed (new listings only, skip reposts):

{ "skipReposts": true, "fetchDetails": true }

Specific vacancy URLs:

{
"startUrls": [
{ "url": "https://www.prakse.lv/vacancy/176361/rigas-tehniskas-universitates-attistibas-fonds/projektesanas-inzeniera-asistents" },
{ "url": "https://www.prakse.lv/vacancy/176360/if-insurance-baltic-if-p-amp-c-insurance-as/sales-support-group-intern" }
]
}

Max 50 results:

{ "maxItems": 50, "fetchDetails": true }

Pricing

$1.49 per 1,000 results.

Prakse.lv is a small board (~200–400 active vacancies). A full scrape with detail pages typically costs under $0.50.


Notes

  • Prakse.lv is a Latvian platform covering internships and entry-level jobs. Listings are in Latvian, English, and Russian.
  • publishDate reflects the scrape date — Prakse.lv does not expose the original posting date on list pages.
  • Salary is available on approximately 40–50% of listings.