{"id":35452803,"url":"https://github.com/wordbricks/n8n-nodes-nextrows","last_synced_at":"2026-01-28T20:29:25.358Z","repository":{"id":332407076,"uuid":"1126979125","full_name":"wordbricks/n8n-nodes-nextrows","owner":"wordbricks","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-03T02:04:41.000Z","size":210,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T19:39:35.480Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/wordbricks.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-02T23:38:16.000Z","updated_at":"2026-01-03T02:04:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wordbricks/n8n-nodes-nextrows","commit_stats":null,"previous_names":["wordbricks/n8n-nodes-nextrows"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wordbricks/n8n-nodes-nextrows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wordbricks%2Fn8n-nodes-nextrows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wordbricks%2Fn8n-nodes-nextrows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wordbricks%2Fn8n-nodes-nextrows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wordbricks%2Fn8n-nodes-nextrows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wordbricks","download_url":"https://codeload.github.com/wordbricks/n8n-nodes-nextrows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wordbricks%2Fn8n-nodes-nextrows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28850854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-03T04:08:37.930Z","updated_at":"2026-01-28T20:29:25.353Z","avatar_url":"https://github.com/wordbricks.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# n8n-nodes-nextrows\n\nThis is an n8n community node. It lets you use [NextRows](https://nextrows.com) in your n8n workflows.\n\n**NextRows** is a web crawling service that runs pre-configured crawling apps and returns structured data. Create or discover crawling apps on the NextRows platform, then execute them via this node to retrieve scraped data in JSON format.\n\n[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/sustainable-use-license/) workflow automation platform.\n\n[Installation](#installation)  \n[Operations](#operations)  \n[Credentials](#credentials)  \n[Compatibility](#compatibility)  \n[Usage](#usage)  \n[Resources](#resources)  \n[Version history](#version-history)  \n\n## Installation\n\nFollow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.\n\n### Quick Install\n\nIn your n8n instance:\n1. Go to **Settings** \u003e **Community Nodes**\n2. Select **Install**\n3. Enter `n8n-nodes-nextrows`\n4. Select **Install**\n\n## Operations\n\n### Run App (JSON)\n\nExecutes a published NextRows crawling app and returns the results as structured JSON data.\n\n**Parameters:**\n\n| Parameter | Type | Required | Description |\n|-----------|------|----------|-------------|\n| App ID | String | Yes | The ID of the NextRows app to run |\n| Inputs | Collection | No | Key-value pairs for app input parameters |\n\n**Output:**\n\nEach row from the crawled data is returned as a separate n8n item, allowing you to process each result individually in subsequent nodes.\n\n## Credentials\n\nTo use this node, you need a NextRows API key.\n\n### Getting Your API Key\n\n1. Sign up or log in at [NextRows](https://nextrows.com)\n2. Navigate to [Dashboard](https://nextrows.com/dashboard/overview)\n3. Copy your API key\n\n### Setting Up Credentials in n8n\n\n1. In n8n, go to **Credentials**\n2. Select **Add Credential**\n3. Search for **NextRows API**\n4. Paste your API key\n5. Save\n\n## Compatibility\n\n- **Minimum n8n version:** 1.0.0\n- **Tested with:** Latest n8n version\n\n## Usage\n\n### Basic Example\n\n1. Add the **NextRows** node to your workflow\n2. Configure your NextRows API credentials\n3. Enter the **App ID** of the crawling app you want to run\n4. (Optional) Add input parameters if the app requires them\n5. Execute the node\n\n### Finding Apps\n\nBrowse available crawling apps at the [NextRows Marketplace](https://nextrows.com/apps/featured).\n\n### Input Parameters\n\nMany NextRows apps accept input parameters to customize the crawl. Common inputs include:\n\n- `max-items` - Maximum number of items to return\n- `url` - Target URL to crawl\n- Custom parameters defined by the specific app\n\nInput values support:\n- Strings: `\"hello\"`\n- Numbers: `10` (enter without quotes)\n- Booleans: `true` or `false`\n- n8n expressions: `{{ $json.myValue }}`\n\n### Handling Long-Running Crawls\n\nWeb crawling can take anywhere from 10 seconds to 3 minutes depending on the app and target website. The node is configured with a 10-minute timeout to accommodate long-running operations.\n\n### Example Workflow\n\n```\n[Trigger] → [NextRows] → [Process Items] → [Output]\n```\n\n1. **Trigger**: Start your workflow (manual, schedule, webhook, etc.)\n2. **NextRows**: Run a crawling app to extract data\n3. **Process Items**: Transform or filter the extracted data\n4. **Output**: Save to database, send to API, etc.\n\n## Resources\n\n- [n8n community nodes documentation](https://docs.n8n.io/integrations/#community-nodes)\n- [NextRows Website](https://nextrows.com)\n- [NextRows API Documentation](https://nextrows.com/docs/api/apps/runAppJson)\n- [NextRows App Marketplace](https://nextrows.com/apps/featured)\n- [GitHub Repository](https://github.com/wordbricks/n8n-nodes-nextrows)\n\n## Version history\n\n### 0.1.0\n\n- Initial release\n- Support for Run App (JSON) endpoint\n- Dynamic input parameters\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwordbricks%2Fn8n-nodes-nextrows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwordbricks%2Fn8n-nodes-nextrows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwordbricks%2Fn8n-nodes-nextrows/lists"}