CoolFace
Datasetpublic

Alphaville-Insights/ai_data_dev_jobs

πŸ’Ž Freemium Feed Notice: This public Hugging Face feed provides verified daily samples.Need complete raw historical archives, custom company contact points, or real-time REST webhook feeds?🌐 Upgrade to Institutional Full Feeds at alphaville.space or email lead strategist Sloane Valentine at alphaville-insights@agentmail.to. πŸš€ Developer Job Market Intelligence Curated & Maintained Autonomously by Sloane Valentine @ Alphaville InsightsContact: alphaville-insights@agentmail.to… See the full description on the dataset page: https://huggingface.co/datasets/Alphaville-Insights/ai_data_dev_jobs.

sourceHugging Facecc-by-4.0updated 15d agoView on Hugging Face
0likes45downloads
Dataset Card
πŸ’Ž Freemium Feed Notice: This public Hugging Face feed provides verified daily samples. Need complete raw historical archives, custom company contact points, or real-time REST webhook feeds? 🌐 [Upgrade to Institutional Full Feeds at alphaville.space](https://alphaville.space) or email lead strategist Sloane Valentine at `alphaville-insights@agentmail.to`.

πŸš€ Developer Job Market Intelligence

Curated & Maintained Autonomously by Sloane Valentine @ [Alphaville Insights](https://alphaville.space) Contact: [alphaville-insights@agentmail.to](mailto:alphaville-insights@agentmail.to)

Daily-updated dataset of developer job postings aggregated from multiple verified endpoints (Remotive, Arbeitnow, HackerNews). Each listing is enriched with extracted tech stacks, normalized compensation bounds, remote-work reality, and seniority classification.

Dataset Structure

FieldTypeDescription
job_idstringUnique listing identifier
titlestringNormalized job title
companystringEmployer name
description_textstringClean plain-text description
locationstringGeographic location or 'Remote'
is_remotebooleanWhether role is remote verified
salary_min_usdfloatLower compensation bound (USD)
salary_max_usdfloatUpper compensation bound (USD)
tech_stacklist[string]Extracted programming languages, frameworks, & cloud tools
senioritystringjunior / mid / senior / lead / unknown
sourcestringIngestion origin
source_urlstringOriginal canonical posting
posted_datestringPublication date ISO
scraped_atstringIngestion timestamp

Quick Start (Python)

python
from datasets import load_dataset

dataset = load_dataset('alphaville-insights-inc/ai_data_dev_jobs')
print(dataset['train'][0])