Skip to content

Commit 8e310fa

Browse files
committed
20000+ more companies MORE ATSs, sync freshness range option, Windows msi location fixes
1 parent 04cfd31 commit 8e310fa

9 files changed

Lines changed: 3421 additions & 118 deletions

File tree

App.js

Lines changed: 213 additions & 7 deletions
Large diffs are not rendered by default.

README-Images/company_amount.png

-1014 Bytes
Loading

README-Images/sync_settings_6.png

4.36 KB
Loading

README.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
OpenPostings is an OpenSource ATS job aggregator and application tracking app. **It pulls jobs that were posted in the last 24 hours** or that has no posted date.
44

5-
Over **78000+** companies from multiple ATSs all sourced into 1 location!
5+
Over **100000+** companies from multiple ATSs all sourced into 1 location!
66

7-
Over **500000+** fresh jobs on average **DAILY**!
7+
Over **THOUSANDS** fresh jobs on average **DAILY**!
88

99
## Youtube Video
1010
[![OpenPostings Discussion](https://img.youtube.com/vi/5sVIhhwx3Yk/0.jpg)](https://www.youtube.com/watch?v=5sVIhhwx3Yk)
@@ -94,11 +94,34 @@ Current sync support includes:
9494
- `calcareers`
9595
- `calopps`
9696
- `statejobsny`
97+
- `PaycomOnline`
98+
- `AgileHR`
99+
- `Avature`
100+
- `Comeet`
101+
- `FactorialHR`
102+
- `Hireology`
103+
- `Crelate`
104+
- `HiringPlatform`
105+
- `Homerun`
106+
- `JibeApply`
107+
- `Jobs2Web`
108+
- `Occupop`
109+
- `PeopleAdmin`
110+
- `Personio`
111+
- `Recruiterflow`
112+
- `Softgarden`
113+
- `Trakstar`
114+
- `UKG`
115+
- `YCombinator`
116+
- `Yello`
117+
- `EdJoin`
118+
- `Webcruiter`
119+
- `AcademicJobsOnline`
97120

98121
<br>
99122
<img src="README-Images/ATS_list.png" alt="Applications" width="70%" />
100123

101-
OVER **78000+** companies in total. All gathered from search engine data like Google and DuckDuckGo and also using subdomain searching techniques and directory searching techniques.
124+
OVER **100000+** companies in total. All gathered from search engine data like Google and DuckDuckGo and also using subdomain searching techniques and directory searching techniques.
102125
<br>
103126
<img src="README-Images/company_amount.png" alt="Applications" width="25%" />
104127
<br>

docs-site/docs/sync-settings.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ This controls backend ATS request parallelism.
5757

5858
![ATS request queue concurrency](/sync_settings_2.png)
5959

60+
## Posting freshness window
61+
62+
This controls the alotment of job postings based on its date freshness.
63+
64+
- Allowed range: 24 to 168 hours
65+
66+
![ATS request queue concurrency](/sync_settings_6.png)
67+
6068
## Sync ATS Filters
6169

6270
You can enable or disable specific ATSs for syncing.

jobs.db

2.51 MB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openpostings",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"private": true,
55
"main": "node_modules/expo/AppEntry.js",
66
"scripts": {

0 commit comments

Comments
 (0)