{"id":26873746,"url":"https://github.com/sohey-dr/searchtelnum","last_synced_at":"2025-03-31T09:20:07.439Z","repository":{"id":39997496,"uuid":"422814174","full_name":"sohey-dr/searchtelnum","owner":"sohey-dr","description":"Find a specific phone number. For example, the company's.","archived":false,"fork":false,"pushed_at":"2022-05-19T10:05:22.000Z","size":23,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-07-27T22:38:12.238Z","etag":null,"topics":["go","golang","google","scraper"],"latest_commit_sha":null,"homepage":"","language":"Go","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/sohey-dr.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}},"created_at":"2021-10-30T07:29:19.000Z","updated_at":"2021-11-26T02:06:03.000Z","dependencies_parsed_at":"2022-08-25T18:30:55.574Z","dependency_job_id":null,"html_url":"https://github.com/sohey-dr/searchtelnum","commit_stats":null,"previous_names":[],"tags_count":2,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohey-dr%2Fsearchtelnum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohey-dr%2Fsearchtelnum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohey-dr%2Fsearchtelnum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohey-dr%2Fsearchtelnum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sohey-dr","download_url":"https://codeload.github.com/sohey-dr/searchtelnum/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246443534,"owners_count":20778252,"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":["go","golang","google","scraper"],"created_at":"2025-03-31T09:20:06.713Z","updated_at":"2025-03-31T09:20:07.433Z","avatar_url":"https://github.com/sohey-dr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Search Tel Num\n\n## About\n- use `golang.org/x/net/html`\n- If you give searchtelnum your company name and zip code, it will return your phone number.\n- Use Google to search for it\n- It's faster than goquery for this purpose alone.\n\n## Install\n\n```bash\n$ go get -u github.com/sohey-dr/searchtelnum\n```\n\n## Usage\n\n### Example\n\n```go\npackage main\n\nimport (\n        \"log\"\n        \"github.com/sohey-dr/searchtelnum\"\n)\n\nfunc main() {\n\ttelNum, err := searchtelnum.Run(\"Example Inc.\", \"〒XXX-XXXX\")\n\tif err != nil {\n\t\tlog.Fatalln(err)\n\t}\n\tfmt.Println(telNum)\n}\n```\n\n## License\n\nReleased under the [MIT License](https://github.com/sohey-dr/searchtelnum/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsohey-dr%2Fsearchtelnum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsohey-dr%2Fsearchtelnum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsohey-dr%2Fsearchtelnum/lists"}