{"id":16101062,"url":"https://github.com/pocmo/featurizer","last_synced_at":"2026-02-25T06:43:00.689Z","repository":{"id":57716859,"uuid":"61568970","full_name":"pocmo/Featurizer","owner":"pocmo","description":"An Android library for extracting features (title, icon, image, ...) from a website / URL.","archived":false,"fork":false,"pushed_at":"2016-07-28T13:04:13.000Z","size":272,"stargazers_count":3,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T06:38:22.797Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pocmo.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":"2016-06-20T18:00:23.000Z","updated_at":"2023-03-21T01:28:46.000Z","dependencies_parsed_at":"2022-09-26T21:40:21.004Z","dependency_job_id":null,"html_url":"https://github.com/pocmo/Featurizer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pocmo%2FFeaturizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pocmo%2FFeaturizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pocmo%2FFeaturizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pocmo%2FFeaturizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pocmo","download_url":"https://codeload.github.com/pocmo/Featurizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419641,"owners_count":20936009,"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":[],"created_at":"2024-10-09T18:49:02.047Z","updated_at":"2025-10-29T05:17:11.689Z","avatar_url":"https://github.com/pocmo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/pocmo/Featurizer.svg?branch=master)](https://travis-ci.org/pocmo/Featurizer)\n\n# Featurizer\n\nAn Android library for extracting features (title, icon, image, ...) from a website / URL.\n\nDownload\n--------\nGrab via Maven:\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.androidzeitgeist.featurizer\u003c/groupId\u003e\n  \u003cartifactId\u003efeaturizer\u003c/artifactId\u003e\n  \u003cversion\u003e1.1.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\nor Gradle:\n```groovy\ncompile 'com.androidzeitgeist.featurizer:featurizer:1.1.0'\n```\n\nUsage\n-----\n```java\nfinal Featurizer featurizer = new Featurizer();\nfinal WebsiteFeatures features = featurizer.featurize(\"https://www.youtube.com/watch?v=tRlmP6xWdw0\");\n\nLog.d(\"Featurizer\", \"Title: \" + features.getTitle());\n// Welcome to Firefox - YouTube\n\nLog.d(\"Featurizer\", \"Description: \" + features.getDescription());\n// The things you do online matter. When you use Firefox, you have the power to keep those\n// things personal: http://mzl.la/1Q1WZM1. Welcome to personal freedom o...\n\nLog.d(\"Featurizer\", \"URL: \" + features.getUrl());\n// https://www.youtube.com/watch?v=tRlmP6xWdw0\n\nLog.d(\"Featurizer\", \"Icon: \" + features.getIconUrl());\n// https://s.ytimg.com/yts/img/favicon_32-vfl8NGn4k.png\n\nLog.d(\"Featurizer\", \"Image: \" + features.getImageUrl());\n// https://i.ytimg.com/vi/tRlmP6xWdw0/maxresdefault.jpg\n\nLog.d(\"Featurizer\", \"Type: \" + features.getType());\n// video\n\nLog.d(\"Featurizer\", \"Color: \" + features.getColor());\n// -1695465 (#FFE62117)\n```\n\nLicense\n-------\n\n    This Source Code Form is subject to the terms of the Mozilla Public\n    License, v. 2.0. If a copy of the MPL was not distributed with this\n    file, You can obtain one at http://mozilla.org/MPL/2.0/.\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpocmo%2Ffeaturizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpocmo%2Ffeaturizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpocmo%2Ffeaturizer/lists"}