reapxdev commited on
Commit
e1c8b02
·
verified ·
1 Parent(s): c44b6fa

4,134 rows from 59 collector runs

Browse files
.gitattributes CHANGED
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ weworkremotely-scraper.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ weworkremotely-scraper.csv filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pretty_name: "WeWorkRemotely Scraper"
6
+ size_categories:
7
+ - 1K<n<10K
8
+ tags:
9
+ - "reapx"
10
+ - "web-scraping"
11
+ - "open-data"
12
+ - "weworkremotely-scraper"
13
+ - "weworkremotely"
14
+ - "remote"
15
+ - "jobs"
16
+ - "companies"
17
+ - "categories"
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: weworkremotely-scraper.jsonl
23
+ ---
24
+
25
+ # WeWorkRemotely Scraper
26
+
27
+ Scrape WeWorkRemotely listings across all 11 job categories: company, role, category, region, job type, skills and the full description. No login, no API key.
28
+
29
+ | | |
30
+ | --- | --- |
31
+ | Rows in this dataset | 4,134 |
32
+ | Fields | 35 |
33
+ | Collector runs behind it | 59 |
34
+ | Most recent observation | 2026-08-03 |
35
+ | Browsable presentation | [https://reapx.dev/data/weworkremotely-scraper/](https://reapx.dev/data/weworkremotely-scraper/) — 262 entity pages |
36
+ | Run the collector yourself | [https://apify.com/reapx/weworkremotely-scraper](https://apify.com/reapx/weworkremotely-scraper) |
37
+
38
+ ## What this is
39
+
40
+ Every row here was returned by a real run of a public collector. Nothing is generated from a
41
+ template over a keyword list: a row exists because a run observed it.
42
+
43
+ A browsable presentation of the subset that carries an addressable `company` is published as
44
+ 262 entity pages at [https://reapx.dev/data/weworkremotely-scraper/](https://reapx.dev/data/weworkremotely-scraper/), one page per entity. **This dataset is
45
+ the larger of the two** — rows whose payload has no field that can address a page are here and
46
+ are not published there.
47
+
48
+ ## Provenance
49
+
50
+ Each row carries `_run_id` and `_dataset_id`, naming the collector run that produced it, so any
51
+ row can be traced back to the run that observed it. Rows observed by more than one run are
52
+ deduplicated on content; 0 duplicate observations were collapsed.
53
+
54
+ ## Files
55
+
56
+ - `weworkremotely-scraper.jsonl` — one JSON object per row, the canonical form
57
+ - `weworkremotely-scraper.csv` — the same rows flattened; nested values are JSON-encoded within their cell
58
+ so they round-trip
59
+ - `dataset.json` — schema.org `Dataset` metadata
60
+
61
+ ## Loading it
62
+
63
+ ```python
64
+ from datasets import load_dataset
65
+ ds = load_dataset("reapxdev/weworkremotely-scraper", split="train")
66
+ ```
67
+
68
+ ## A sample of the published entities
69
+
70
+ - [10 Ancestry.com Operations: Principal Design Engineer, Storytelling](https://reapx.dev/data/weworkremotely-scraper/10-ancestry-com-operations/)
71
+ - [Ashley Digital: Director, CRM](https://reapx.dev/data/weworkremotely-scraper/ashley-digital/)
72
+ - [BrightOrder: Full Stack Developer - DevOps &amp; Cloud Systems](https://reapx.dev/data/weworkremotely-scraper/brightorder/)
73
+ - [Common Securitization Solutions: DevOps Engineer](https://reapx.dev/data/weworkremotely-scraper/common-securitization-solutions/)
74
+ - [Diversified: Design Engineer 2 - Specialist- Virtual, US](https://reapx.dev/data/weworkremotely-scraper/diversified/)
75
+ - [Forager: Growth Lead](https://reapx.dev/data/weworkremotely-scraper/forager/)
76
+ - [HubSpot: Senior Account Executive, Mid-Market UKI](https://reapx.dev/data/weworkremotely-scraper/hubspot/)
77
+ - [LaunchDarkly](https://reapx.dev/data/weworkremotely-scraper/launchdarkly/)
78
+ - [New Law Business Model: Marketing Automation SaaS + Services Line of Business Owner](https://reapx.dev/data/weworkremotely-scraper/new-law-business-model/)
79
+ - [REDspace: Senior Software Developer - Ad Tech](https://reapx.dev/data/weworkremotely-scraper/redspace/)
80
+ - [Snapscale: WP dev (remote)](https://reapx.dev/data/weworkremotely-scraper/snapscale/)
81
+ - [Tether: AI Research Engineer](https://reapx.dev/data/weworkremotely-scraper/tether/)
82
+
83
+ ## Related
84
+
85
+ - All sources: <https://reapx.dev/data/> · machine-readable index: <https://reapx.dev/llms.txt>
86
+ - The collector is a public Apify Actor; agents reach it through <https://mcp.apify.com>
87
+
88
+ ## Licence
89
+
90
+ Collected from public sources. This metadata and the published pages are
91
+ [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/); the underlying records remain under
92
+ the terms of their originating source.
dataset.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": "https://schema.org",
3
+ "@type": "Dataset",
4
+ "@id": "https://reapx.dev/data/weworkremotely-scraper/",
5
+ "name": "WeWorkRemotely Scraper \u2014 Remote Jobs, Companies & Categories",
6
+ "description": "Scrape WeWorkRemotely listings across all 11 job categories: company, role, category, region, job type, skills and the full description. No login, no API key.",
7
+ "url": "https://reapx.dev/data/weworkremotely-scraper/",
8
+ "identifier": "weworkremotely-scraper",
9
+ "license": "https://creativecommons.org/licenses/by/4.0/",
10
+ "creator": {
11
+ "@type": "Organization",
12
+ "name": "reapx",
13
+ "url": "https://reapx.dev"
14
+ },
15
+ "isAccessibleForFree": true,
16
+ "dateModified": "2026-08-03",
17
+ "variableMeasured": "company",
18
+ "distribution": [
19
+ {
20
+ "@type": "DataDownload",
21
+ "encodingFormat": "text/html",
22
+ "contentUrl": "https://reapx.dev/data/weworkremotely-scraper/"
23
+ }
24
+ ],
25
+ "measurementTechnique": "Apify Actor reapx/weworkremotely-scraper",
26
+ "sameAs": "https://apify.com/reapx/weworkremotely-scraper"
27
+ }
weworkremotely-scraper.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2c583dffa36422a002dfc7483e5c9b1c96df39121384ba7a953e18a43bea7f2
3
+ size 25999992
weworkremotely-scraper.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:724489f5df43cdb0d56b4eaea30e3449935cd2494f04fb866256f59f5d11edb1
3
+ size 27596230