{"id":18492377,"url":"https://github.com/makevoid/jscrape","last_synced_at":"2025-10-31T14:30:45.358Z","repository":{"id":136508272,"uuid":"1911874","full_name":"makevoid/jscrape","owner":"makevoid","description":"scrape the web with js and jquery","archived":false,"fork":false,"pushed_at":"2011-06-19T04:55:25.000Z","size":96,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-22T05:31:54.242Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jscrape.makevoid.com","language":"CoffeeScript","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/makevoid.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":"2011-06-17T15:52:36.000Z","updated_at":"2014-10-06T22:03:51.000Z","dependencies_parsed_at":"2023-03-13T11:00:50.588Z","dependency_job_id":null,"html_url":"https://github.com/makevoid/jscrape","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fjscrape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fjscrape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fjscrape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fjscrape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makevoid","download_url":"https://codeload.github.com/makevoid/jscrape/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239207419,"owners_count":19599966,"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-11-06T13:07:35.822Z","updated_at":"2025-10-31T14:30:45.313Z","avatar_url":"https://github.com/makevoid.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jScrape\n### scrape the web with js and jquery \n\n### see: [jscrape.it](http://jscrape.it)\n\n### Basic example:\n\nrequire jquery and jscrape:\n\n    \u003cscript src='http://code.jquery.com/jquery-1.6.1.min.js'\u003e\u003c/script\u003e\n    \u003cscript src='http://jscrape.it/js/jscrape/jscrape.js'\u003e\u003c/script\u003e\n\n\nfetch a page, extract some content and print it in a div:\n  \n    \u003cscript type='text/javascript'\u003e\n      $(function(){\n        var url = \"http://jquery.com\"\n        var jscrape = new $.jScrape()\n        jscrape.frame(\"#jsc_frame\").get(url, function(page){\n          page.fetch(\"body\") // use css selectors\n        })\n      })\n    \u003c/script\u003e\n    \u003cdiv id=\"#jsc_frame\"\u003e\u003c/div\u003e\n\n\nthere is no documentation but the code is very short, read only coffeescript file: [jscrape.coffee](https://github.com/makevoid/jscrape/blob/master/jscrape.coffee)\n\n\n\n### jScrape server\n\nBuilt with Ruby Goliath, find it here: [github.com/makevoid/jscrape-server](https://github.com/makevoid/jscrape-server)\n\n- very simple\n- handles redirect\n\nFeel free to fork everything!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakevoid%2Fjscrape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakevoid%2Fjscrape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakevoid%2Fjscrape/lists"}