{"id":18492385,"url":"https://github.com/makevoid/jscrape-server","last_synced_at":"2025-10-31T14:30:46.720Z","repository":{"id":136508262,"uuid":"1911794","full_name":"makevoid/jscrape-server","owner":"makevoid","description":"jscrape server - scrape content with js","archived":false,"fork":false,"pushed_at":"2012-07-22T12:48:03.000Z","size":108,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-22T05:31:54.288Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jscrape.it","language":"Ruby","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:40:47.000Z","updated_at":"2013-12-30T11:10:18.000Z","dependencies_parsed_at":"2023-03-13T11:00:50.727Z","dependency_job_id":null,"html_url":"https://github.com/makevoid/jscrape-server","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-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fjscrape-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fjscrape-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fjscrape-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makevoid","download_url":"https://codeload.github.com/makevoid/jscrape-server/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:39.205Z","updated_at":"2025-10-31T14:30:46.673Z","avatar_url":"https://github.com/makevoid.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jScrape\n### server\n\n### scraping in javascript made easy\n\nWhat do I need to test the solution?\n\n[jscrape](https://github.com/makevoid/jscrape)\nthe javascript client library\n\n\nWhat do I need to run the scraping in production?\n\n[jscrape-server](https://github.com/makevoid/jscrape-server):\n- the ruby eventmachine executable running\n\n\nmore infos: [http://jscrape.it](jscrape.it)\n\n\n### Setup\n\n    git clone git://github.com/makevoid/jscrape-server.git\n    cd jscrape-server\n    bundle install    \n\n### Run\n\n    ruby jscrape.rb -p 3000\n  \nor (daemonized)\n  \n    ruby jscraped.rb start -- -p 3000\n\n\nenjoy!\n\n\n\np.s.: don't forget to set\n\n    $.jScrape_server = \"localhost:3000\"\n  \nor whatever your host/port is on your clientside javascript code.\n\n\n### Changes:\n\nadded cookie support (api will probably change)\n\nexample: \n\n    http://jscrape.it:9393//q/\u003cURL\u003e/\u003cCOOKIE\u003e\n\n    http://jscrape.it:9393/q/http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DjL1KiWN26Q0/PREF=f1=40000000\u0026f2=40000000\n    # returns a youtube video (html5 version)\n    \n    \n    # ajax request (using jquery):  \n    $.get(\"http://jscrape.it:9393/q/\"+encodeURIComponent(\"http://makevoid.com\"), function(data){ console.log(data)  })\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakevoid%2Fjscrape-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakevoid%2Fjscrape-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakevoid%2Fjscrape-server/lists"}