{"id":16836664,"url":"https://github.com/obetomuniz/tatooine","last_synced_at":"2025-07-16T18:33:58.473Z","repository":{"id":9927853,"uuid":"63813434","full_name":"obetomuniz/tatooine","owner":"obetomuniz","description":"A powerful scraper for JavaScript Developers.","archived":false,"fork":false,"pushed_at":"2023-05-17T04:14:59.000Z","size":1846,"stargazers_count":88,"open_issues_count":9,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-04-14T18:54:13.479Z","etag":null,"topics":["html","javascript","json","nodejs","scraper","scraper-engine","spa","typescript","xml"],"latest_commit_sha":null,"homepage":"https://npmjs.com/tatooine","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/obetomuniz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-07-20T20:48:37.000Z","updated_at":"2024-02-08T22:01:18.000Z","dependencies_parsed_at":"2024-10-13T12:14:23.429Z","dependency_job_id":"50e68375-0159-4022-9f25-32f4df976144","html_url":"https://github.com/obetomuniz/tatooine","commit_stats":{"total_commits":150,"total_committers":3,"mean_commits":50.0,"dds":0.4733333333333334,"last_synced_commit":"ce0c892e6e6b27c718b72848c22a7ed5bf554597"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obetomuniz%2Ftatooine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obetomuniz%2Ftatooine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obetomuniz%2Ftatooine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obetomuniz%2Ftatooine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obetomuniz","download_url":"https://codeload.github.com/obetomuniz/tatooine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221672067,"owners_count":16861366,"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":["html","javascript","json","nodejs","scraper","scraper-engine","spa","typescript","xml"],"created_at":"2024-10-13T12:14:21.550Z","updated_at":"2024-10-27T11:58:37.125Z","avatar_url":"https://github.com/obetomuniz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tatooine: A powerful scraper for JavaScript Developers\n\n\u003c!-- [![Build Status](https://travis-ci.org/obetomuniz/tatooine.svg?branch=main)](https://travis-ci.org/obetomuniz/tatooine)\n[![codecov](https://codecov.io/gh/obetomuniz/tatooine/branch/main/graph/badge.svg)](https://codecov.io/gh/obetomuniz/tatooine) --\u003e\n\n\u003cimg src=\"https://cloud.githubusercontent.com/assets/1680157/17003290/a47ea06a-4ea5-11e6-8fc0-c36988534226.png\" /\u003e\n\n## Installation\n\n```ssh\n$ npm install tatooine --save\n```\n\n## Demo\n\n[![Try on Replit](https://camo.githubusercontent.com/56417b1780ddc0e04d7c9ce2e4041a437a25aeaa898473a75695723e88a9d043/68747470733a2f2f7265706c2d62616467652e6a616a6f6f73616d2e7265706c2e636f2f7472792e706e67)](https://replit.com/@obetomuniz/Tatooine-in-Action?v=1#index.js)\n\n## How to use\n\n```js\nimport { scrape } from \"tatooine\"\n\nconst data = await scrape({\n  url: \"https://betomuniz.com\",\n  engine: \"html\",\n  options: {\n    selectors: { title: { selector: \"title\" } },\n  },\n})\n```\n\n### Built-in Engines\n\n- [HTML](https://github.com/obetomuniz/tatooine/tree/main/docs/engines/HTML.md) (e.g. Web Scraping)\n- [SPA](https://github.com/obetomuniz/tatooine/tree/main/docs/engines/SPA.md) (e.g. Web Scraping for Single Page Applications)\n- [JSON](https://github.com/obetomuniz/tatooine/tree/main/docs/engines/JSON.md) (e.g. Web Services, APIs, etc.)\n- [XML](https://github.com/obetomuniz/tatooine/tree/main/docs/engines/XML.md) (e.g. RSS, APIs, etc.)\n\n## Extended Features\n\n- [Transformer Plugins](https://github.com/obetomuniz/tatooine/tree/main/docs/plugins/TRANSFORMER.md) - Create your own pre/post data processing flows.\n- [Engine Plugins](https://github.com/obetomuniz/tatooine/tree/main/docs/plugins/ENGINE.md) - Create your own engine process using Tatooine runtime ecosystem.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobetomuniz%2Ftatooine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobetomuniz%2Ftatooine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobetomuniz%2Ftatooine/lists"}