Golangprojects Go Jobs Scraper avatar

Golangprojects Go Jobs Scraper

Pricing

from $5.00 / 1,000 job details

Go to Apify Store
Golangprojects Go Jobs Scraper

Golangprojects Go Jobs Scraper

Extract every Go (Golang) job from Golangprojects.com: title, company, location, remote flag, salary range, posting date, full description, apply link, and skill tags. Filter by region, skill or country tag, keyword, or posting date.

Pricing

from $5.00 / 1,000 job details

Rating

0.0

(0)

Developer

Ed Tan

Ed Tan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Pull every open Go (Golang) job from Golangprojects.com, one of the longest-running job boards dedicated to Go, as clean JSON, CSV, or Excel. Built for recruiters tracking Go hiring, job aggregators, salary researchers, and AI agents that need a reliable feed of Go roles without parsing HTML.

What you get

For every job: title, company, location, remote flag, salary text as advertised, posting month, whether it is a featured listing, a short summary, and the company logo. With Fetch job details on (default), each record also carries the exact posting date, the date the listing runs until, employment type, city, region, and country code, a structured salary range with currency and period, the full description as plain text, the direct apply link, the company's LinkedIn page, and the skill and location tags the board assigns.

{
"id": "gxj",
"url": "https://www.golangprojects.com/golang-go-job-gxj-Remote-Software-Developer-Go-Security-Analytics-Berlin-RedMimicry-remotework.html",
"title": "Software Developer (Go) - Security Analytics",
"company": "RedMimicry",
"location": "Berlin, Germany",
"remote": true,
"salary_text": "69,000 – 77,000 EUR",
"posted_month": "September 2026",
"is_featured": true,
"posted_at": "2026-09-22",
"valid_through": "2026-12-31",
"employment_type": "Full-time",
"city": "Berlin",
"country_code": "DE",
"salary_min": 69000.0,
"salary_max": 77000.0,
"salary_currency": "EUR",
"salary_period": "YEAR",
"description": "We are building a new capability that turns fragmented, noisy security logs into ...",
"apply_url": "https://redmimicry.com/careers/software-developer-go-security-analytics/?...",
"company_linkedin": "https://www.linkedin.com/company/redmimicry/",
"skills": ["machinelearning", "javascript", "sql", "typescript"],
"location_tags": ["germany", "germany/berlin"]
}

Filters

  • Region: all jobs (default, deduplicated across the board's pages), remote only, USA and Canada, or outside USA and Canada.
  • Skill or location tag: read one of the board's tag pages instead, for example kubernetes, aws, python, germany, or germany/berlin.
  • Keyword: keep only jobs whose title, company, or summary contains the text.
  • Remote only: keep only jobs marked 100% remote or remote work possible.
  • Posted after: only jobs posted on or after a date, handy for daily runs. Needs job details, because listing pages only show the month.
  • Maximum jobs caps the run.

Pricing

Pay per event. You are charged one job-listing event per job when details are off, or one job-detail event per job when details are on. Nothing else. Set a maximum total charge on the run and the Actor stops cleanly when it is reached. The whole board is usually a few dozen jobs, so a full run costs cents.

Use with AI agents

Every field is a flat, predictable key, so the dataset drops straight into an agent's context or a spreadsheet. Run it on a schedule with Posted after set to yesterday to get only new postings.

Fair use

This Actor reads public listings, sends one request per page and per job with no parallel requests, identifies itself with a clear user agent, follows the site's robots.txt, and does not bypass any access control. Apply links keep the board's referral parameters so employers see where candidates came from. Please respect the job board's terms when reusing the data.