{"id":21928466,"url":"https://github.com/stevesoltys/indeed","last_synced_at":"2026-04-29T11:03:50.864Z","repository":{"id":74051999,"uuid":"65416081","full_name":"stevesoltys/indeed","owner":"stevesoltys","description":"An Indeed search API wrapper.","archived":false,"fork":false,"pushed_at":"2018-04-19T04:03:08.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T12:27:08.460Z","etag":null,"topics":["api","indeed","search","wrapper"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stevesoltys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-10T20:58:56.000Z","updated_at":"2018-04-19T04:03:09.000Z","dependencies_parsed_at":"2023-09-24T10:51:52.584Z","dependency_job_id":null,"html_url":"https://github.com/stevesoltys/indeed","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/stevesoltys/indeed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevesoltys%2Findeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevesoltys%2Findeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevesoltys%2Findeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevesoltys%2Findeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevesoltys","download_url":"https://codeload.github.com/stevesoltys/indeed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevesoltys%2Findeed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32422555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","indeed","search","wrapper"],"created_at":"2024-11-28T22:26:05.851Z","updated_at":"2026-04-29T11:03:50.846Z","avatar_url":"https://github.com/stevesoltys.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Indeed\n[![Build Status](https://travis-ci.org/stevesoltys/indeed.svg?branch=master)](https://travis-ci.org/stevesoltys/indeed)\n\nAn Indeed search API wrapper.\n\n## Installation\n```groovy\nrepositories {\n    jcenter()\n}\n\ndependencies {\n    compile 'com.stevesoltys.indeed:indeed:0.1.0'\n}\n```\n\n## Usage\nCreate an `Indeed` instance with your publisher ID, build a search query, and run it.\n\nHere's an example:\n```java\nIndeed indeed = new Indeed(\"1234567890\");\n\nIndeedSearchResults searchResults = indeed.search()\n    .query(\"Java\").location(\"NYC\")\n    .radius(30).start(50).limit(100).run();\n\nint total = searchResults.getTotalResults();\n\nList\u003cIndeedResult\u003e results = searchResults.getResults();\n\n// ...\n```\n\nYou can also get an `IndeedResult` for a particular job, if you have the job key:\n```java\nIndeed indeed = new Indeed(\"1234567890\");\n\nIndeedResult result = indeed.getJob(\"1a2b3c4d5e6f7g8h9\");\nSystem.out.println(result.getTitle() + \" at \" + result.getCompany());\n```\n\n\n## Development\nAfter checking out the repo, run `gradle compileJava` to build the project. If you want to run the tests, you must first \ndefine an environmental variable `INDEED_PUBLISHER_KEY` as your API key. Then, run `gradle test`.\n\n## License\nThis application is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevesoltys%2Findeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevesoltys%2Findeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevesoltys%2Findeed/lists"}