Datasets:
File size: 1,009 Bytes
baf7ef1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | {
"@context": "https://schema.org",
"@type": "Dataset",
"@id": "https://reapx.dev/data/arbeitsagentur-scraper/",
"name": "Arbeitsagentur Scraper \u2014 German Federal Job Board Listings",
"description": "Search the Bundesagentur f\u00fcr Arbeit job board and get one structured row per posting, with employer, occupation, location, coordinates, dates and a direct link.",
"url": "https://reapx.dev/data/arbeitsagentur-scraper/",
"identifier": "arbeitsagentur-scraper",
"license": "https://creativecommons.org/licenses/by/4.0/",
"creator": {
"@type": "Organization",
"name": "reapx",
"url": "https://reapx.dev"
},
"isAccessibleForFree": true,
"dateModified": "2026-08-03",
"variableMeasured": "city",
"distribution": [
{
"@type": "DataDownload",
"encodingFormat": "text/html",
"contentUrl": "https://reapx.dev/data/arbeitsagentur-scraper/"
}
],
"measurementTechnique": "Apify Actor reapx/arbeitsagentur-scraper",
"sameAs": "https://apify.com/reapx/arbeitsagentur-scraper"
}
|