VOOZH about

URL: https://apify.com/haimantika/invoice-apify-actor

⇱ Invoice Generator Β· Apify


Pricing

from $500.00 / 1,000 results

Go to Apify Store

This actor generate professional PDF invoices automatically from structured data. Perfect for businesses, freelancers, and consultants.

Pricing

from $500.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ haimantika mitra

haimantika mitra

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 months ago

Last modified

Share

Professional Invoice Generator

Generate professional PDF invoices automatically from structured data. Perfect for businesses, freelancers, and consultants.

What it does

Converts invoice data (JSON) into professional PDF invoices with:

  • Automated tax and discount calculations
  • Multi-currency support (USD, EUR, GBP, etc.)
  • Customizable templates and branding
  • Batch processing for multiple invoices

How to use

  1. Input: Provide invoice data in JSON format
  2. Run: Execute the Actor
  3. Output: Download PDF invoices from Key-Value Store

Quick example

Input a JSON object with an invoices array:

{
"invoices":[
{
"invoiceNumber":"INV-001",
"seller":{"name":"Your Company"},
"client":{"name":"Client Name"},
"lineItems":[
{
"description":"Web Development",
"quantity":10,
"unitPrice":100,
"taxRate":10
}
]
}
]
}

Output

  • PDF invoices saved to Key-Value Store as invoice_{number}.pdf
  • Invoice metadata saved to Dataset

Required fields

  • invoiceNumber - Unique identifier
  • seller.name - Your business name
  • client.name - Customer name
  • lineItems - Array with description, quantity, unitPrice

Optional fields

  • currency - USD, EUR, GBP, etc. (default: USD)
  • template - "modern", "classic", "minimal"
  • primaryColor - Brand color (hex code)
  • Complete seller/client addresses, dates, payment terms, notes

See INPUT.example.json for a complete example.

You might also like

Invoice Generator Input

moving_beacon-owner1/invoice-generator-input

A flexible and developer-friendly tool to generate professional invoices from structured input data. Supports line items, tax, discounts, and optional HTML output.

2

Invoice Generator Pro 🧾

powerful_bachelor/invoice-generator-pro

✨ Create professional invoices instantly! πŸ’Ό Input business details, add client info, and generate polished invoices that maintain your brand. πŸ’― Customize with logos, colors, and payment terms. πŸš€ Save time, get paid faster, and look professional with every transaction! πŸ“Š Track finances easily. πŸ’Έ

πŸ‘ User avatar

Powerful Bachelor

10

Invoice Data Extractor

calm_necessity/invoice-data-extractor

AI-powered Bill actor for extracting structured data from invoices, receipts, and documents. Upload an image to receive clean, structured data including vendor details, invoice numbers, line items, totals, and other key fields.

πŸ‘ User avatar

Taher Ali Badnawarwala

2

Toggl Invoice Download

katerinahronik/toggl-invoice-download

Save time by automating monthly invoice downloads with web robotic process automation. Download invoices from Toggl and optionally upload the invoice to Dropbox and send an email notification.

πŸ‘ User avatar

KateΕ™ina HronΓ­kovΓ‘

22

Invoice Collector MCP

devaditya/invoice-collector-mcp

Automates invoice collection from Razorpay, PayPal, and Stripe. Generates PDF/JSON exports, emails reports automatically, and supports AI-ready MCP mode for agent workflows.