Jobs.ge Georgia Jobs Scraper avatar

Jobs.ge Georgia Jobs Scraper

Pricing

from $1.70 / 1,000 job founds

Go to Apify Store
Jobs.ge Georgia Jobs Scraper

Jobs.ge Georgia Jobs Scraper

Search Jobs.ge (Georgia, the country's oldest job board) and get public job listings: title, employer, published date, application deadline, URL. Unofficial, independent tool — not affiliated with, endorsed by, or sponsored by Jobs.ge.

Pricing

from $1.70 / 1,000 job founds

Rating

0.0

(0)

Developer

Tim Zinin

Tim Zinin

Maintained by Community

Actor stats

1

Bookmarked

8

Total users

3

Monthly active users

2.2 days

Issues response

2 hours ago

Last modified

Share

Get public job listings from Jobs.ge with a title, employer, publication date, application deadline and direct link. Narrow the search by category, location, title keywords and publication date. No Jobs.ge login is required.

What you get

  • Search across listing pages. The Actor follows the source page count until it has enough unique matching jobs, reaches the final source page, or reaches its 20-page safety limit. Keyword/date filters are applied before the result limit.
  • Category and location filters. Select Jobs.ge's own categories and location groups, including Tbilisi, regions, Abroad and Remote.
  • Keyword matching against real titles. Give it one or more search terms and it returns only the postings whose title matches — each matched row also tells you which of your terms it matched.
  • Application deadlines, not just posting dates. Jobs.ge publishes both a "Published" and a "Deadline" date for every posting; this Actor resolves both into proper ISO timestamps (the source itself never prints a year — this Actor works it out from its own clock).
  • Optional full description. Turn on one setting and this Actor also visits each matched job's own page for the free-text posting body — off by default so a run stays fast.
  • Honest "no results." A search whose keyword matched nothing pushes a found: false row with no error — a search the source failed to answer pushes found: false with a real error message. The two never look the same.
  • Runs on Apify: schedule it, monitor it, call it from the API or the MCP server, export to JSON, CSV or Excel, or push results straight into your own pipeline.

How to run it

  1. Click Try for free — no card needed on the free plan.
  2. Optionally select Job category, Location / region, and Published within days. Add title keywords such as manager or driver if needed.
  3. Press Start. Results appear in the dataset — read them in the UI, pull them from the API, or have a webhook push them onward.

Pricing

Pay-per-event: a fixed fee per run start plus a per-job-found fee — the live numbers are on this Actor's own Store page (Pricing tab), set at publish time.

A search with no matches, a source error, or an unconfirmed source filter produces a found: false diagnostic without a result-found fee. The separate Actor-start fee still applies. Result fees are charged for job rows actually delivered.

Input

Filter by publication date: set posted_within_days to 1, 7, 30, or another integer from 1 to 365. This uses calendar dates in UTC: 1 means today; 7 includes today and the previous 6 days. The filter runs before max_items. Omit it to disable the date filter. Jobs with an unknown publication date are excluded when enabled. Jobs.ge supplies dates without publication times, so this is not a rolling hourly window.

For example, request up to 100 jobs from the last seven calendar dates:

{
"keywords": [],
"language": "en",
"posted_within_days": 7,
"max_items": 100,
"fetch_full_description": false
}
FieldRequiredWhat it does
fetch_job_categorynoDefault false. Enable native category lookup for returned jobs when no category filter is selected; slower, with bounded requests and null/partial for unresolved categories.
categorynoJobs.ge category, such as it_programming, sales_procurement, or medicine_pharmacy. Choose from the dropdown. Omit or use all for every category.
locationnoJobs.ge location group, such as tbilisi, imereti, adjara, remote, or abroad. For Kutaisi choose Imereti; for Batumi choose Adjara. Omit or use all for every location.
posted_within_daysnoMost recent 1–365 calendar dates in UTC. 7 includes today and the previous six dates.
keywordsnoSearch terms matched against job titles across the scanned listing pages, e.g. manager, driver. Up to 10 per run. Leave empty to disable the title filter.
languagenoWhich Jobs.ge interface to read — English (en) or Georgian (ge). Most postings are written in Georgian regardless of interface language, which is a fact of the source, not something this Actor translates.
max_itemsnoMaximum job rows after all filters (default 30, maximum 320).
fetch_full_descriptionnoVisit each matched job's own page for the full description text (slower — one extra request per job). Off by default; without it, description is null — Jobs.ge's listing page carries no snippet at all, not even a teaser.
{
"keywords": [],
"language": "en",
"max_items": 5,
"fetch_full_description": false
}

For medicine and pharmacy jobs in Imereti published within the last seven calendar dates:

{
"category": "medicine_pharmacy",
"location": "imereti",
"posted_within_days": 7,
"max_items": 20,
"language": "en"
}

Category and location use the site's own classification. If the returned search page does not confirm your selected filters, the Actor returns a diagnostic and withholds job results. location is the explicit label beside the job title, when Jobs.ge supplies one. source_region separately records a confirmed selected region; it is not substituted for a city.

Coverage: the Actor scans up to 20 listing pages and stops early when max_items is satisfied. It preserves and confirms category/location filters on every page and removes duplicate job IDs. Each result states listing_pages_fetched, listing_pages_available, listing_scan_complete, and listing_stop_reason. Completion refers to the page count observed when the search began; live postings can change during a run. If a later page fails, repeats, loses the requested filters, or the safety limit is reached, useful results are marked partial and a free diagnostic explains the incomplete search. A requested item cap is a normal stop, not a source error.

Include category and location fields

Location labels are extracted automatically from the listing. To discover categories without limiting the search to one category, enable fetch_job_category. The lookup checks returned job IDs against Jobs.ge's category listings, with at most 40 extra page fetches and at most 20 pages per category. Category fetches have no automatic retry, and the lookup stops starting new pages after its 60-second collection budget. It stops once each returned job has an observed membership. It is slower than the default run. category_lookup_status is observed_membership or unresolved; unresolved rows retain useful job data, null category, and a partial warning. Missing labels are never guessed.

{
"posted_within_days": 7,
"max_items": 5,
"language": "en",
"fetch_job_category": true
}

Output

One dataset row per job found. This is a real row from a real run (default settings, no keyword filter):

{
"found": true,
"url": "https://www.jobs.ge/en/?view=jobs&id=741288",
"job_id": "741288",
"title": "Cashier-Consultant",
"company": "Way Mart",
"company_url": "https://www.jobs.ge/en/?view=client&client=way-mart",
"location": null,
"country": null,
"employment_type": null,
"posted_date": "2026-07-30T00:00:00.000Z",
"salary_raw": null,
"description": null,
"description_is_teaser": null,
"source_board": "jobs-ge",
"scraped_at": "2026-07-30T14:22:28.264Z",
"deadline_date": "2026-08-30T00:00:00.000Z",
"matched_keywords": []
}
FieldWhat it means
foundWhether this row is a real job (true) or a notice/error row (false)
urlDirect link to the job posting — the unique key for this row
job_idJobs.ge's own job identifier
titleJob title
companyHiring company name, or null — some posters hide the company name entirely
company_urlLink to the company's own profile page on Jobs.ge, or null when the poster is anonymous
locationExplicit source label beside the job title, such as Rustavi; null when absent. No inference from the description.
location_sourcejobs_ge_listing_label when a source label was extracted; otherwise null.
source_regionConfirmed selected Jobs.ge location group, or null without a region filter.
category, category_idObserved Jobs.ge category name and ID. Available from a selected category filter, or opt-in category lookup. Null when unconfirmed.
category_source, category_urlProvenance: native category listing and its URL. One observed membership, not all possible categories.
countrynull — not extracted by this Actor
employment_typenull — not extracted by this Actor
posted_dateISO 8601 timestamp. Jobs.ge never prints a year on this date — this Actor reconstructs it from the run's own clock, so it is never off by more than the wrap of a single year boundary
salary_rawAlmost always null — Jobs.ge essentially never publishes a structured salary field (it occasionally appears buried inside free-text description, which this field does not read); this Actor never estimates or invents a figure
descriptionFree-text posting body, up to 600 characters — only populated when fetch_full_description is on, otherwise null (the listing page itself carries no snippet, not even a teaser)
description_is_teaserAlways false when description is set — Jobs.ge's own detail page gives the real posting text directly, no teaser step
source_boardAlways "jobs-ge"
scraped_atWhen this Actor fetched the row
deadline_dateISO 8601 timestamp of the posting's application deadline, or null if unparseable. Jobs.ge prints this alongside the posted date with the same no-year quirk
matched_keywordsArray of your search keywords that matched this row's title — empty when you searched with no keyword filter at all
partial / partial_reasonPresent when a source scan is incomplete or a requested detail page fails. Confirmed job rows remain useful and are billed once; the extra diagnostic row is free.
listing_pages_fetched / listing_pages_availableSuccessfully parsed listing pages and the source page count observed at the start (null when unknown)
listing_scan_complete / listing_stop_reasonWhether the observed source page range was fully scanned and why collection stopped; max_items means the requested result cap was satisfied

A keyword that matched nothing pushes:

{ "input": ["zzznonexistentjobtitle999xyz"], "found": false, "error": "", "source_board": "jobs-ge", "scraped_at": "..." }

A request Jobs.ge failed to answer (verified live: an excessively long keyword trips the source's own request-line length limit) pushes an error row with a non-empty error (e.g. "http 414") — never the same shape as "no matches."

Other tools we built

Related tools for adjacent workflows in jobs and hiring.

ActorWhat it does
jobs.ch Swiss Jobs ScraperPair it in the jobs and hiring workflow: Search jobs.ch (Switzerland) by keyword and get public job listings: title, company, location, employment...
Computrabajo LatAm Jobs ScraperPair it in the jobs and hiring workflow: Search Computrabajo (Mexico, Colombia, Chile, Argentina, Peru) by keyword and get public job listings:...
Boss.az Azerbaijan Jobs ScraperPair it in the jobs and hiring workflow: Walk boss.az's own job sitemap and pull public job listings from Azerbaijan: title, employer, location,...
XING Jobs (DACH) ScraperPair it in the jobs and hiring workflow: Walk xing.com's own job sitemap and pull public job listings from Germany/Austria/Switzerland: title,...
Job Postings AggregatorPair it in the jobs and hiring workflow: Pull every open role from a company's public applicant-tracking system (Greenhouse, Lever, Ashby) and...

FAQ

Does it need an API key / login? No — it reads Jobs.ge's public, server-rendered listing page.

Can I filter by location when the output's location is null? Yes. The input uses Jobs.ge's own location selector. It narrows the search without inferring a city, country, employment type or salary from each posting's text; unlabelled values remain null. Explicit location labels are now extracted automatically.

Why can keywords return 0 rows when Jobs.ge has live postings? Keywords match titles across the scanned pages. A complete scan with no matches produces a free empty-result notice. If coverage could not be completed, the notice explicitly says so rather than claiming no matching jobs exist.

Are postings in English? Interface language (en/ge) only changes which language Jobs.ge's own labels and dates are shown in — the postings themselves are predominantly written in Georgian either way. That is Jobs.ge's own behavior, not a translation gap in this Actor.

How fresh is the data? Live at run time — every call fetches Jobs.ge's current listing page.

Can I call it from an AI agent? Yes — standard Apify Actor, callable from the Apify API, the SDK, or the Apify MCP server.

What this is NOT. It does not apply to jobs on your behalf, does not cover job boards outside Jobs.ge, and does not invent a salary figure when the source has none.

Found a wrong result, or need a check we don't run? Open an issue on this Actor's page.


Built by zinin. Questions? Telegram @timzinin.