npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

n8n-nodes-veoapis

v1.0.2

Published

n8n node for VeoAPIs - AI-powered image generation, video creation, and data scraping

Downloads

303

Readme

n8n-nodes-veoapis

This is an n8n community node that lets you use VeoAPIs in your n8n workflows.

VeoAPIs is an AI-powered API platform that provides image generation, video creation, LinkedIn scraping, Amazon product data, and more.

n8n is a fair-code licensed workflow automation platform.

Installation

Community Nodes (Recommended)

For users on n8n v0.187+, your instance owner can install this node from Community Nodes.

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter n8n-nodes-veoapis in Enter npm package name
  4. Agree to the risks of using community nodes
  5. Select Install

After installing the node, you can use it like any other node. n8n displays the node in search results in the Nodes panel.

Manual Installation

To get started install the package in your n8n root directory:

npm install n8n-nodes-veoapis

For Docker-based deployments add the following line before the font installation command in your n8n Dockerfile:

RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-veoapis

Operations

This node supports the following operations:

Image Generation

  • Generate AI images from text prompts
  • Support for reference images
  • Multiple output formats (PNG, JPEG, WEBP)
  • Various aspect ratios

Video Generation

  • Create AI videos from text descriptions
  • Standard and Fast models
  • Support for reference images
  • Customizable aspect ratios
  • Seed control for reproducibility

LinkedIn Scraping

  • Extract LinkedIn profile data
  • Fetch user posts
  • Configurable post limits

Amazon Product Data

  • Get Amazon product information
  • Fetch product reviews
  • Multiple marketplace support (US, UK, Germany, France, Canada, Japan)

Sora Watermark Remover

  • Remove watermarks from Sora videos
  • Direct video URL input

Image Variations

  • Generate variations of existing images
  • Multiple output formats
  • Optional ZIP file output

Credentials

To use this node, you need VeoAPIs credentials:

  1. API Key: Your VeoAPIs API key
  2. API URL: Base URL (default: https://api.veoapis.com)

Get your API key from VeoAPIs Dashboard.

Compatibility

This node was developed and tested with:

  • n8n version: 0.187+
  • Node.js version: 16+

Usage

Basic Image Generation Example

  1. Add the VeoAPIs node to your workflow
  2. Select Image as the resource
  3. Enter your prompt: "A beautiful sunset over mountains"
  4. Set output format and size
  5. Execute the workflow

Video Generation Example

  1. Add the VeoAPIs node
  2. Select Video as the resource
  3. Enter your prompt: "A dog playing in a park"
  4. Choose model (Standard/Fast)
  5. Set aspect ratio
  6. Execute the workflow

LinkedIn Scraping Example

  1. Add the VeoAPIs node
  2. Select LinkedIn as the resource
  3. Enter LinkedIn profile URL
  4. Set the number of posts to fetch
  5. Execute the workflow

Resources

Version History

1.0.0

  • Initial release
  • Support for Image Generation
  • Support for Video Generation
  • Support for LinkedIn Scraping
  • Support for Amazon Product Data
  • Support for Sora Watermark Remover
  • Support for Image Variations

License

MIT