{"id":15927465,"url":"https://github.com/jfrux/link-scraper-cfc","last_synced_at":"2026-03-02T05:32:52.228Z","repository":{"id":2541859,"uuid":"3519443","full_name":"jfrux/Link-Scraper-CFC","owner":"jfrux","description":"ColdFusion Link Scraper / Open Graph Parser","archived":false,"fork":false,"pushed_at":"2012-02-22T22:15:57.000Z","size":376,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-24T18:55:47.630Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/jfrux.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}},"created_at":"2012-02-22T21:48:49.000Z","updated_at":"2014-04-07T03:43:51.000Z","dependencies_parsed_at":"2022-09-10T01:02:44.488Z","dependency_job_id":null,"html_url":"https://github.com/jfrux/Link-Scraper-CFC","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jfrux/Link-Scraper-CFC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrux%2FLink-Scraper-CFC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrux%2FLink-Scraper-CFC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrux%2FLink-Scraper-CFC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrux%2FLink-Scraper-CFC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jfrux","download_url":"https://codeload.github.com/jfrux/Link-Scraper-CFC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrux%2FLink-Scraper-CFC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29993376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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-10-06T23:01:54.290Z","updated_at":"2026-03-02T05:32:52.212Z","avatar_url":"https://github.com/jfrux.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Link Scraper / Open Graph Parser CFC\r\n=============\r\n\r\nThis CFC uses the \"jsoup\" java component to parse Open Graph (OG / OpenGraph) meta tags, as well as general meta data such as images on page, title, description, keywords, etc.\r\nReturns back a clean struct containing all of the parsed information.\r\n\r\nCompatibility\r\n-------\r\nRequires:\r\n\r\n* Railo 3.2+ or ColdFusion 9\r\n\r\nDepends on:\r\n\r\n* JavaLoader CFC (included)\r\n* Jsoup Library (it's included CFC download) (http://jsoup.org)\r\n\r\nUSAGE / EXAMPLE\r\n-------\r\nThe CFC assumes it's placed in the /lib/linkscraper in your webroot.\r\n\r\n    \u003ccfscript\u003e\r\n    IMPORT lib.linkscraper.LinkScraper;\r\n\r\n    scraper = new lib.linkscraper.LinkScraper(\"http://www.youtube.com/watch?v=1D6V2VZhCSA\");\r\n    parsed = scraper.fetch();\r\n    \r\n    writeDump(var='#parsed#',abort=true);\r\n    \u003c/cfscript\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfrux%2Flink-scraper-cfc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjfrux%2Flink-scraper-cfc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfrux%2Flink-scraper-cfc/lists"}