{"id":19235656,"url":"https://github.com/paripsky/og-scrapi","last_synced_at":"2026-05-17T03:14:45.084Z","repository":{"id":246756499,"uuid":"652293328","full_name":"paripsky/og-scrapi","owner":"paripsky","description":"A Deno API that retrieves meta tags from any URL","archived":false,"fork":false,"pushed_at":"2024-06-30T21:46:36.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-05T01:22:36.767Z","etag":null,"topics":["api","deno","metatags"],"latest_commit_sha":null,"homepage":"https://og-scrapi.deno.dev/","language":"TypeScript","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/paripsky.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":"2023-06-11T17:36:08.000Z","updated_at":"2024-10-28T18:12:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a54a746-0a4c-437c-b216-179110b4675f","html_url":"https://github.com/paripsky/og-scrapi","commit_stats":null,"previous_names":["paripsky/og-scrapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paripsky%2Fog-scrapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paripsky%2Fog-scrapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paripsky%2Fog-scrapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paripsky%2Fog-scrapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paripsky","download_url":"https://codeload.github.com/paripsky/og-scrapi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240317409,"owners_count":19782388,"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","deno","metatags"],"created_at":"2024-11-09T16:17:44.163Z","updated_at":"2026-05-17T03:14:40.049Z","avatar_url":"https://github.com/paripsky.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OG Scrapi\n\nOG Scrapi is a Deno API that retrieves Open Graph (OG) meta tags and other\nmetadata from a given URL, providing a convenient way to access and utilize\nwebsite metadata.\n\n## Getting Started\n\n### Prerequisites\n\n- [Deno](https://deno.land/) - A secure runtime for JavaScript and TypeScript.\n\n### Installation\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/paripsky/og-scrapi.git\n   cd og-scrapi\n   ```\n\n2. Run the Deno server:\n\n   ```sh\n   deno run --allow-net --allow-read main.ts\n   ```\n\n## Usage\n\n### Endpoints\n\n- `GET /`: Welcome message.\n\n- `GET /api/meta?url=\u003cURL\u003e`: Get Open Graph (OG) meta tags and other metadata\n  from the specified URL.\n\n#### Example\n\nRequest:\n\n```\nGET /api/meta?url=https://example.com\n```\n\nResponse:\n\n```json\n{\n   \"og:title\": \"Example\",\n   \"og:description\": \"An example website\",\n   \"og:image\": \"https://example.com/image.png\",\n   \"title\": \"Welcome to Example\"\n   // ...other metadata\n}\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file\nfor details.\n\n## Acknowledgements\n\n- [Deno](https://deno.land/)\n- [deno_dom](https://deno.land/x/deno_dom)\n\n## Contributing\n\nContributions are welcome! Feel free to open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparipsky%2Fog-scrapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparipsky%2Fog-scrapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparipsky%2Fog-scrapi/lists"}