# Job Seeking using JobTools ### What is the project about? [JobTools](https://helloacm.com/the-first-job-seeking-chrome-extension-based-on-ziprecruiter-api/) is the first Job Seeking Chrome Extension that is based on [ZipRecruiter API](https://helloacm.com/php-job-searching-using-zip-recruiter-api/). I have previously implemented a PHP Wrapper API for [job searching](https://github.com/DoctorLai/ZipRecruiter) and it is integrated in the [online tool](https://helloacm.com/software-engineering-jobs/) but I think Chrome Extension is a perfect application entry point that users can easily access. ### Screenshots Job Searching Setting:  Job Search Results:  ### Technology Stack Any applications that can be written in Javascript will eventually be re-written in Javascript. Chrome Extension is an ideal place to host your Javascript applications. ### Roadmap - FilterJobsBySalaryRange - FilterJobsByIndustry - Integrated with Google Maps ## JobSearch Class in Javascript In the future versions, this will be refactored so that it contains all the data processing. ``` 'use strict'; class JobSearch { // need app key constructor(key) { this.key = key; this.api = "https://api.ziprecruiter.com/jobs/v1"; this.keyword = "Software Engineer"; this.location = "London"; this.radius = 14; this.age = 10; this.per = 10; this.page = 1; } GetAPI() { let keyword = this.keyword; let location = this.location; let radius = this.radius; let age = this.age; let page = this.page; let per = this.per; keyword = keyword.trim(); location = location.trim(); radius = parseInt(radius); age = parseInt(age); keyword = encodeURIComponent(keyword); location = encodeURIComponent(location) return this.api + "?search=" + keyword + "&location=" + location + "&radius_miles=" + radius + "&days_ago=" + age + "&jobs_per_page=" + per + "&page=" + page + "&api_key=" + this.key; } SetKeyword(keyword) { this.keyword = keyword.trim(); } SetLocation(location) { this.location = location.trim(); } SetAge(age) { this.age = age; } SetRadius(radius) { this.radius = radius; } SetPage(page) { this.page = page; } SetPer(per) { this.per = per; } } ``` ### How to contribute? Github: https://github.com/DoctorLai/JobTools 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -am 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request. ## Find Your Perfect Job by using JobTools: Install via Google Webstore: https://chrome.google.com/webstore/detail/job-tools/ghclpimmbjepihhlnklkiemncamklkii
author | justyy | ||||||
---|---|---|---|---|---|---|---|
permlink | the-first-job-seeking-chrome-extension-based-on-ziprecruiter-api | ||||||
category | utopian-io | ||||||
json_metadata | "{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":126649780,"name":"JobTools","full_name":"DoctorLai/JobTools","html_url":"https://github.com/DoctorLai/JobTools","fork":false,"owner":{"login":"DoctorLai"}},"pullRequests":[],"platform":"github","type":"development","tags":["utopian-io","steemapps","jobs","programming","job-search"],"links":["https://helloacm.com/the-first-job-seeking-chrome-extension-based-on-ziprecruiter-api/","https://helloacm.com/php-job-searching-using-zip-recruiter-api/","https://github.com/DoctorLai/ZipRecruiter","https://helloacm.com/software-engineering-jobs/","https://github.com/DoctorLai/JobTools","https://chrome.google.com/webstore/detail/job-tools/ghclpimmbjepihhlnklkiemncamklkii"],"image":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1522004403/s4y4wen4h1v11bjqqgme.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1522004413/b61ij7eaojvfcogwtknd.png"],"moderator":{"account":"stoodkev","time":"2018-03-26T03:59:22.572Z","reviewed":true,"pending":false,"flagged":false},"questions":[{"question":"Is the project description formal?","answers":[{"value":"Yes it’s straight to the point","selected":true,"score":10},{"value":"Need more description ","selected":false,"score":5},{"value":"Not too descriptive","selected":false,"score":0}],"selected":0},{"question":"Is the language / grammar correct?","answers":[{"value":"Yes","selected":true,"score":20},{"value":"A few mistakes","selected":false,"score":10},{"value":"It's pretty bad","selected":false,"score":0}],"selected":0},{"question":"Was the template followed?","answers":[{"value":"Yes","selected":true,"score":10},{"value":"Partially","selected":false,"score":5},{"value":"No","selected":false,"score":0}],"selected":0},{"question":"How do you rate the amount of work?","answers":[{"value":"Very High","selected":false,"score":20},{"value":"High","selected":true,"score":16},{"value":"Medium","selected":false,"score":12},{"value":"Low","selected":false,"score":7},{"value":"Very Low","selected":false,"score":3}],"selected":1},{"question":"How do you rate the impact on the Project?","answers":[{"value":"Very High","selected":false,"score":20},{"value":"High","selected":true,"score":16},{"value":"Medium","selected":false,"score":12},{"value":"Low","selected":false,"score":7},{"value":"Very Low","selected":false,"score":3}],"selected":1}],"score":85}" | ||||||
created | 2018-03-25 19:03:45 | ||||||
last_update | 2018-03-26 03:59:21 | ||||||
depth | 0 | ||||||
children | 10 | ||||||
last_payout | 2018-04-01 19:03:45 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 62.247 HBD | ||||||
curator_payout_value | 26.092 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 2,860 | ||||||
author_reputation | 280,616,224,641,976 | ||||||
root_title | "The First Job Seeking Chrome Extension based on ZipRecruiter API" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 46,555,773 | ||||||
net_rshares | 42,724,217,375,530 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gekko | 0 | 2,548,675,560 | 100% | ||
ace108 | 0 | 215,832,552,852 | 17% | ||
magicmonk | 0 | 103,875,367,649 | 50% | ||
justyy | 0 | 1,116,798,564,144 | 90% | ||
sjennon | 0 | 21,601,307,768 | 10% | ||
luneknight | 0 | 268,529,564 | 100% | ||
dapeng | 0 | 1,873,666,832 | 2% | ||
happyukgo | 0 | 1,797,704,641 | 85% | ||
nokeh | 0 | 248,526,850 | 99% | ||
sv67216721 | 0 | 422,868,828 | 5% | ||
manuel78 | 0 | 204,627,124 | 3% | ||
tezcatlipoka | 0 | 0 | 100% | ||
xplosive | 0 | 5,197,046,218 | 100% | ||
frankintaiwan | 0 | 80,958,102 | 20% | ||
helo | 0 | 1,539,303,351 | 10% | ||
shenchensucc | 0 | 2,231,134,335 | 20% | ||
victorialuxx | 0 | 169,297,665 | 100% | ||
susanli3769 | 0 | 216,184,241,175 | 100% | ||
daiky69 | 0 | 2,397,801,842 | 100% | ||
doraemon | 0 | 326,618,071 | 100% | ||
travelgirl | 0 | 18,555,659,757 | 18% | ||
robinlee | 0 | 472,470,756 | 99% | ||
ety001 | 0 | 3,454,192,118 | 100% | ||
rainyapril | 0 | 493,125,712 | 99% | ||
al2ping | 0 | 102,989,148 | 99% | ||
liangfengyouren | 0 | 1,193,663,787 | 50% | ||
jiangchen | 0 | 96,710,621 | 1% | ||
shengjian | 0 | 19,550,790,623 | 99% | ||
kangnajiang | 0 | 237,585,705 | 99% | ||
geass | 0 | 496,084,092 | 99% | ||
moonvoid | 0 | 614,503,785 | 100% | ||
rob.roche | 0 | 27,345,948,996 | 100% | ||
kimzwarch | 0 | 12,802,828,467 | 44% | ||
irenett | 0 | 621,969,390 | 100% | ||
davidke20 | 0 | 1,468,448,158 | 70% | ||
rosatravels | 0 | 77,173,240,686 | 50% | ||
xuran | 0 | 5,075,463,584 | 100% | ||
awiwea1974 | 0 | 507,375,530 | 100% | ||
superbing | 0 | 9,696,925,282 | 85% | ||
dailyfortune | 0 | 6,652,556,728 | 85% | ||
xiaoshancun | 0 | 239,012,193 | 100% | ||
dailystats | 0 | 14,963,217,055 | 85% | ||
ayman101 | 0 | 561,846,684 | 100% | ||
loshcat | 0 | 2,031,666,825 | 100% | ||
bobdos | 0 | 3,922,566,842 | 10% | ||
vandadream | 0 | 12,891,596,281 | 100% | ||
steemline | 0 | 187,251,779 | 100% | ||
winniex | 0 | 3,693,596,895 | 10% | ||
jianan | 0 | 477,831,498 | 99% | ||
utopian-io | 0 | 40,298,889,403,958 | 26.25% | ||
ihtiht | 0 | 7,337,586,655 | 100% | ||
nada101 | 0 | 540,184,883 | 100% | ||
cnbuddy | 0 | 181,754,271,925 | 44% | ||
nileelily | 0 | 5,976,185,016 | 100% | ||
chann | 0 | 6,201,810,636 | 20% | ||
daxiang | 0 | 257,957,626 | 99% | ||
anxin | 0 | 7,047,460,662 | 99% | ||
zapper | 0 | 124,851,392 | 1% | ||
lebin | 0 | 10,486,328,164 | 15% | ||
coindzs | 0 | 137,000,732 | 100% | ||
cryptonewsly | 0 | 227,372,440 | 100% | ||
barut | 0 | 1,311,471,244 | 100% | ||
tdre | 0 | 10,780,838,273 | 100% | ||
bobsthinking | 0 | 2,590,777,640 | 100% | ||
blockd | 0 | 489,848,739 | 99% | ||
grzesiekb | 0 | 183,000,464,324 | 100% | ||
remizer | 0 | 748,488,335 | 100% | ||
moobear | 0 | 851,511,774 | 99% | ||
maiyude | 0 | 592,814,386 | 5% | ||
jjay | 0 | 659,374,524 | 100% | ||
zoelfahmi | 0 | 415,130,728 | 100% | ||
prch | 0 | 2,724,579,091 | 99% | ||
nean | 0 | 491,125,490 | 99% | ||
foodielifestyle | 0 | 3,048,738,923 | 99% | ||
emmali | 0 | 1,484,258,635 | 100% | ||
woolfe19861008 | 0 | 1,633,738,294 | 99% | ||
comingback | 0 | 64,412,479 | 12% | ||
dailychina | 0 | 10,301,203,612 | 85% | ||
vincenthan | 0 | 492,621,857 | 99% | ||
yuxuan | 0 | 89,053,403 | 99% | ||
dongfengman | 0 | 7,752,920,052 | 99% | ||
historylover | 0 | 513,946,951 | 100% | ||
serenazz | 0 | 834,616,442 | 99% | ||
cha0s0000 | 0 | 3,984,959,142 | 99% | ||
yedda | 0 | 491,571,927 | 99% | ||
polbot | 0 | 1,835,165,571 | 100% | ||
shentrading | 0 | 1,205,314,526 | 99% | ||
zasilla | 0 | 490,649,318 | 99% | ||
fishaa | 0 | 67,291,625 | 50% | ||
aaronstar | 0 | 57,051,466 | 99% | ||
ayanamoon | 0 | 126,919,231 | 99% | ||
ethanlee | 0 | 8,657,620,311 | 99% | ||
kamel101 | 0 | 468,479,594 | 100% | ||
twinsnicole | 0 | 491,429,884 | 99% | ||
deepthinking | 0 | 492,311,992 | 99% | ||
wilfredn | 0 | 2,829,376,000 | 60% | ||
inmylife | 0 | 8,310,943,002 | 100% | ||
fanso | 0 | 940,762,889 | 99% | ||
lilypang22 | 0 | 2,239,382,373 | 99% | ||
onderakcaalan | 0 | 724,646,531 | 100% | ||
zens | 0 | 490,287,341 | 99% | ||
zoeyjones | 0 | 1,838,088,270 | 100% | ||
ashi0 | 0 | 491,300,956 | 99% | ||
steemitvip | 0 | 492,019,580 | 99% | ||
lakemountain | 0 | 408,048,673 | 99% | ||
regals | 0 | 495,544,023 | 99% | ||
liuzg | 0 | 369,536,560 | 100% | ||
baymaxos | 0 | 103,102,293 | 99% | ||
honoru | 0 | 421,889,791 | 99% | ||
joelone | 0 | 491,294,187 | 99% | ||
sweet-jenny8 | 0 | 13,430,810,635 | 99% | ||
qadri.mag | 0 | 61,321,875 | 100% | ||
agoha | 0 | 217,451,119 | 50% | ||
soydrey25 | 0 | 135,414,014 | 100% | ||
clayjohn | 0 | 879,659,164 | 100% | ||
laijihua | 0 | 612,220,156 | 100% | ||
brucel | 0 | 614,417,419 | 100% | ||
dja | 0 | 58,184,289 | 100% | ||
ztariqjaved | 0 | 160,648,970 | 100% |
 行长,公众号故障了😂😂😂
author | meixia |
---|---|
permlink | re-justyy-the-first-job-seeking-chrome-extension-based-on-ziprecruiter-api-20180326t004412658z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"image":["https://steemitimages.com/DQmb4C2uu9eNoHg2QCU7L5vmtNJiRMhydE8rovEF1dGDsmx/IMG_20180326_084107.png"],"app":"steemit/0.1"} |
created | 2018-03-26 00:44:15 |
last_update | 2018-03-26 00:44:15 |
depth | 1 |
children | 2 |
last_payout | 2018-04-02 00:44:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 139 |
author_reputation | 2,558,960,945,597 |
root_title | "The First Job Seeking Chrome Extension based on ZipRecruiter API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,595,142 |
net_rshares | 0 |
嗯那,这两天官方节点访问有点不正常,时好时坏
author | justyy |
---|---|
permlink | re-meixia-re-justyy-the-first-job-seeking-chrome-extension-based-on-ziprecruiter-api-20180326t005042088z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"image":["https://steemitimages.com/DQmSEMeTcWbQT5Hu9Z9LmPEPnVmCYrRnehMKBqYTxfWsw77/image.png"],"app":"steemit/0.1"} |
created | 2018-03-26 00:50:42 |
last_update | 2018-03-26 00:50:42 |
depth | 2 |
children | 1 |
last_payout | 2018-04-02 00:50:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 110 |
author_reputation | 280,616,224,641,976 |
root_title | "The First Job Seeking Chrome Extension based on ZipRecruiter API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,595,864 |
net_rshares | 0 |
过一会就正常了哈哈哈哈
author | meixia |
---|---|
permlink | re-justyy-re-meixia-re-justyy-the-first-job-seeking-chrome-extension-based-on-ziprecruiter-api-20180326t005527486z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-26 00:55:30 |
last_update | 2018-03-26 00:55:30 |
depth | 3 |
children | 0 |
last_payout | 2018-04-02 00:55:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 2,558,960,945,597 |
root_title | "The First Job Seeking Chrome Extension based on ZipRecruiter API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,596,378 |
net_rshares | 0 |
Thank you for the contribution. It has been approved. You can contact us on [Discord](https://discord.gg/uTyJkNm). **[[utopian-moderator]](https://utopian.io/moderators)**
author | stoodkev |
---|---|
permlink | re-justyy-the-first-job-seeking-chrome-extension-based-on-ziprecruiter-api-20180326t035930189z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-03-26 03:59:33 |
last_update | 2018-03-26 03:59:33 |
depth | 1 |
children | 1 |
last_payout | 2018-04-02 03:59:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.627 HBD |
curator_payout_value | 0.209 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 190,283,772,273,558 |
root_title | "The First Job Seeking Chrome Extension based on ZipRecruiter API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,618,884 |
net_rshares | 329,334,838,828 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
utopian.tip | 0 | 329,334,838,828 | 31.43% |
Hey @stoodkev, I just gave you a tip for your hard work on moderation. Upvote this comment to support the utopian moderators and increase your future rewards!
author | utopian.tip |
---|---|
permlink | re-re-justyy-the-first-job-seeking-chrome-extension-based-on-ziprecruiter-api-20180326t035930189z-20180326t195132 |
category | utopian-io |
json_metadata | "" |
created | 2018-03-26 19:51:36 |
last_update | 2018-03-26 19:51:36 |
depth | 2 |
children | 0 |
last_payout | 2018-04-02 19:51:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 158 |
author_reputation | 238,310,597,885 |
root_title | "The First Job Seeking Chrome Extension based on ZipRecruiter API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,758,475 |
net_rshares | 0 |
您有沒有一個好的howto怎麼寫Chrome-Extension的程式?您爲什麼現在不用PHP而使用JavaScript? 哈哈不好意,我還沒有那麼多當程序是的經歷.
author | tezcatlipoka |
---|---|
permlink | re-justyy-the-first-job-seeking-chrome-extension-based-on-ziprecruiter-api-20180402t183723590z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-02 18:37:24 |
last_update | 2018-04-02 18:37:24 |
depth | 1 |
children | 2 |
last_payout | 2018-04-09 18:37:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 83 |
author_reputation | 212,245,936,268 |
root_title | "The First Job Seeking Chrome Extension based on ZipRecruiter API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,981,857 |
net_rshares | 0 |
哈哈,哪个能赚钱写哪个。 Chrome Extension 是客户端的,所以只能用 javascript.
author | justyy |
---|---|
permlink | re-tezcatlipoka-re-justyy-the-first-job-seeking-chrome-extension-based-on-ziprecruiter-api-20180402t183907068z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-02 18:39:09 |
last_update | 2018-04-02 18:39:09 |
depth | 2 |
children | 1 |
last_payout | 2018-04-09 18:39:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 280,616,224,641,976 |
root_title | "The First Job Seeking Chrome Extension based on ZipRecruiter API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,982,149 |
net_rshares | 756,685,857 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tezcatlipoka | 0 | 756,685,857 | 100% |
:D 不是那麼多錢。。好的謝謝您!我該繼續學習。
author | tezcatlipoka |
---|---|
permlink | re-justyy-re-tezcatlipoka-re-justyy-the-first-job-seeking-chrome-extension-based-on-ziprecruiter-api-20180402t184939130z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-02 18:49:39 |
last_update | 2018-04-02 18:49:39 |
depth | 3 |
children | 0 |
last_payout | 2018-04-09 18:49:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 212,245,936,268 |
root_title | "The First Job Seeking Chrome Extension based on ZipRecruiter API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,983,565 |
net_rshares | 0 |
### Hey @justyy I am @utopian-io. I have just upvoted you! #### Achievements - WOW WOW WOW People loved what you did here. GREAT JOB! - Seems like you contribute quite often. AMAZING! #### Community-Driven Witness! I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER! - <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a> - <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a> - Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a> [](https://steemit.com/~witnesses) **Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
author | utopian-io |
---|---|
permlink | re-justyy-the-first-job-seeking-chrome-extension-based-on-ziprecruiter-api-20180326t122110365z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-03-26 12:21:30 |
last_update | 2018-03-26 12:21:30 |
depth | 1 |
children | 0 |
last_payout | 2018-04-02 12:21:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,061 |
author_reputation | 152,955,367,999,756 |
root_title | "The First Job Seeking Chrome Extension based on ZipRecruiter API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,684,679 |
net_rshares | 0 |
I like your post friend. please upvote my post too. so I can get big in steemit, just like you
author | zoelfahmi | ||||||
---|---|---|---|---|---|---|---|
permlink | re-justyy-2018326t21335262z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["utopian-io","steemapps","jobs","programming","job-search"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-03-25 19:13:39 | ||||||
last_update | 2018-03-25 19:13:39 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-04-01 19:13:39 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 96 | ||||||
author_reputation | 444,199,833,779 | ||||||
root_title | "The First Job Seeking Chrome Extension based on ZipRecruiter API" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 46,557,266 | ||||||
net_rshares | 0 |