{"id":24211492,"url":"https://github.com/go-api-libs/jobicy","last_synced_at":"2025-11-30T22:12:31.455Z","repository":{"id":266574545,"uuid":"898737285","full_name":"go-api-libs/jobicy","owner":"go-api-libs","description":"Go library for the Remote Jobs API/RSS Feed. Discover and integrate a diverse range of remote job listings with Jobicy's public API. This API offers the latest remote job opportunities across various industries and regions, making it a valuable resource for developers and businesses looking to enhance their job feed platforms.","archived":false,"fork":false,"pushed_at":"2024-12-22T12:12:49.000Z","size":708,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-14T02:35:58.085Z","etag":null,"topics":["api","api-client","api-library","go","golang","integration","job-search","job-search-website","jobicy","jobicy-api","jobs","jobsearch","openapi","openapi3"],"latest_commit_sha":null,"homepage":"","language":null,"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/go-api-libs.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":"2024-12-04T23:59:05.000Z","updated_at":"2024-12-23T12:17:53.000Z","dependencies_parsed_at":"2024-12-05T01:18:12.520Z","dependency_job_id":"9e31862f-eb38-4370-8044-fca900fed0fb","html_url":"https://github.com/go-api-libs/jobicy","commit_stats":null,"previous_names":["go-api-libs/jobicy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-api-libs%2Fjobicy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-api-libs%2Fjobicy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-api-libs%2Fjobicy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-api-libs%2Fjobicy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-api-libs","download_url":"https://codeload.github.com/go-api-libs/jobicy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241696136,"owners_count":20004748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","api-client","api-library","go","golang","integration","job-search","job-search-website","jobicy","jobicy-api","jobs","jobsearch","openapi","openapi3"],"created_at":"2025-01-14T02:35:26.201Z","updated_at":"2025-11-30T22:12:31.406Z","avatar_url":"https://github.com/go-api-libs.png","language":null,"readme":"# 🌍 Remote Jobs API\n[![Go Reference](https://pkg.go.dev/badge/github.com/go-api-libs/jobicy.svg)](https://pkg.go.dev/github.com/go-api-libs/jobicy/pkg/jobicy)\n[![Official Documentation](https://img.shields.io/badge/docs-API-blue)](https://jobicy.com/jobs-rss-feed)\n[![OpenAPI](https://img.shields.io/badge/OpenAPI-3.1-blue)](/api/openapi.json)\n[![Go Report Card](https://goreportcard.com/badge/github.com/go-api-libs/jobicy)](https://goreportcard.com/report/github.com/go-api-libs/jobicy)\n![Code Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen)\n![API Health](https://img.shields.io/badge/API_health-65%25-yellowgreen)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)\n\nDiscover and integrate a diverse range of remote job listings with Jobicy's public API. This API offers the latest remote job opportunities across various industries and regions, making it a valuable resource for developers and businesses looking to enhance their job feed platforms. Supports filters for job region, industry, and keywords to help you target specific job markets.\n\n## Installation\n\nTo install the library, use the following command:\n\n```shell\ngo get github.com/go-api-libs/jobicy/pkg/jobicy\n```\n\n## Usage\n\n### Example: \n\n```go\npackage main\n\nimport (\n\t\"context\"\n\n\t\"github.com/go-api-libs/jobicy/pkg/jobicy\"\n)\n\nfunc main() {\n\tc, err := jobicy.NewClient()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tctx := context.Background()\n\tjobsList, err := c.ListRemoteJobs(ctx, \u0026jobicy.ListRemoteJobsParams{\n\t\tCount:    20,\n\t\tGeo:      \"usa\",\n\t\tIndustry: \"marketing\",\n\t\tTag:      \"seo\",\n\t})\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\t// Use jobsList object\n}\n\n```\n\n## Additional Information\n\n- [**Go Reference**](https://pkg.go.dev/github.com/go-api-libs/jobicy/pkg/jobicy): The Go reference documentation for the client package.\n- [**Official Documentation**](https://jobicy.com/jobs-rss-feed): The official API documentation.\n- [**OpenAPI Specification**](./api/openapi.json): The OpenAPI 3.1.0 specification.\n- [**Go Report Card**](https://goreportcard.com/report/github.com/go-api-libs/jobicy): Check the code quality report.\n\n## Contributing\n\nIf you have any contributions to make, please submit a pull request or open an issue on the [GitHub repository](https://github.com/go-api-libs/jobicy).\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-api-libs%2Fjobicy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-api-libs%2Fjobicy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-api-libs%2Fjobicy/lists"}