{"id":20640787,"url":"https://github.com/yassilah/nuxt-crawler","last_synced_at":"2026-04-17T13:03:49.879Z","repository":{"id":133010223,"uuid":"430095366","full_name":"yassilah/nuxt-crawler","owner":"yassilah","description":"Automatic crawler \u0026 search for Nuxt SSG.","archived":false,"fork":false,"pushed_at":"2021-11-20T14:19:51.000Z","size":341,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T08:44:12.844Z","etag":null,"topics":["algolia","crawler","nuxt","search","ssg"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/yassilah.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2021-11-20T12:20:54.000Z","updated_at":"2023-01-02T21:25:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"4b72fc92-96c3-42b6-8cdf-7200b0a4cdf0","html_url":"https://github.com/yassilah/nuxt-crawler","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/yassilah%2Fnuxt-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yassilah%2Fnuxt-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yassilah%2Fnuxt-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yassilah%2Fnuxt-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yassilah","download_url":"https://codeload.github.com/yassilah/nuxt-crawler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242681281,"owners_count":20168479,"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":["algolia","crawler","nuxt","search","ssg"],"created_at":"2024-11-16T15:31:14.328Z","updated_at":"2026-04-17T13:03:49.850Z","avatar_url":"https://github.com/yassilah.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Features\n\nAutomatically crawl and store metadata about your Nuxt generated pages into your Algolia index. Should work with Nuxt 2, Nuxt Bridge \u0026 Nuxt 3 🔥.\n\n# Install\n\n```bash\nyarn add @yassidev/nuxt-crawler -D\n# npm i @yassidev/nuxt-crawler -D\n```\n\n# Usage\n\nWithin your `nuxt.config` add the following:\n\n```ts\n// nuxt.config\n\nexport default {\n    buildModules: [\n        '@yassidev/nuxt-crawler'\n    ],\n\n    crawler: {\n        fields?: ((route: string, html: string, meta: MetaData) =\u003e Partial\u003cMetaData\u003e) | (keyof MetaData)[], // default: ['title', 'description']\n        include?: ((route: string) =\u003e boolean) | (string | RegExp)[], // default: undefined\n        apiKey: string, // required\n        apiAdminKey: string, // required\n        appId: string, // required\n        indexName: string // required\n    }\n}\n```\n\n# Typescript\n\nForTypescript support, add the module within your `tsconfig.json`:\n\n```json\n{\n  \"compilerOptions\": {\n    \"types\": [\n      \"@yassidev/nuxt-crawler\"\n    ]\n  }\n}\n```\n  \"compilerOptions\": {\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyassilah%2Fnuxt-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyassilah%2Fnuxt-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyassilah%2Fnuxt-crawler/lists"}