{"id":20441988,"url":"https://github.com/johnbean393/googlecustomsearch","last_synced_at":"2026-07-07T07:30:50.711Z","repository":{"id":258032971,"uuid":"873304328","full_name":"johnbean393/GoogleCustomSearch","owner":"johnbean393","description":"A Swift Package to search Google with the Programmable Search Engine API.","archived":false,"fork":false,"pushed_at":"2024-10-16T00:19:07.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-06T06:42:54.231Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnbean393.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-10-16T00:07:48.000Z","updated_at":"2024-10-16T00:20:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"c31771b2-85eb-488f-94cf-9b77c8b159fa","html_url":"https://github.com/johnbean393/GoogleCustomSearch","commit_stats":null,"previous_names":["johnbean393/googlecustomsearch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/johnbean393/GoogleCustomSearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbean393%2FGoogleCustomSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbean393%2FGoogleCustomSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbean393%2FGoogleCustomSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbean393%2FGoogleCustomSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnbean393","download_url":"https://codeload.github.com/johnbean393/GoogleCustomSearch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbean393%2FGoogleCustomSearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35219594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-07T02:00:07.222Z","response_time":90,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-15T09:36:29.375Z","updated_at":"2026-07-07T07:30:50.686Z","avatar_url":"https://github.com/johnbean393.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eGoogleCustomSearch\u003c/h1\u003e\n\nA Swift Package to search Google with the Programmable Search Engine API.\n\n## Usage\n\n- Search\n\n```\nlet query: String = \"I have a stupid question\"\nlet searchEngineId: String = \"mySuperSecretSearchEngineId\"\nlet apiKey: String = \"mySuperSecretAPIKey\"\ndo {\n\tlet response: GoogleSearchResponse = try await GoogleCustomSearch.search(\n\t\tquery: query,\n\t\tsearchEngineId: searchEngineId,\n\t\tapiKey: apiKey,\n\t\tresultNum: 5\n\t)\n\tprint(\"results: \\(response.items)\")\n} catch {\n\tprint(\"Error: \\(error)\")\n}\n```\n\n## Installation\n\n**Requirements**\n- Xcode ≥ 15\n\n**Swift Package Manager**\n```\ndependencies: [\n\t.package(url: \"https://github.com/johnbean393/GoogleCustomSearch\", branch: \"main\")\n]\n```\n\n## Contributing\n\nContributions are very welcome. Let's make ExtractKit-macOS simple and powerful.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnbean393%2Fgooglecustomsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnbean393%2Fgooglecustomsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnbean393%2Fgooglecustomsearch/lists"}