⚡ JSON Array to Table Image Generator – PNG & JPEG avatar

⚡ JSON Array to Table Image Generator – PNG & JPEG

Pricing

from $1.00 / 1,000 results

Go to Apify Store
⚡ JSON Array to Table Image Generator – PNG & JPEG

⚡ JSON Array to Table Image Generator – PNG & JPEG

Instantly convert any JSON array into a clean, shareable table image (PNG or JPEG). Perfect for reports, email snapshots, Slack previews, and no-code automations - no frontend needed.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Archit Jain

Archit Jain

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

JSON to Table Image

Apify Actor that converts JSON data (array of objects) into a table and returns a PNG or JPEG image.

Input

FieldTypeRequiredDescription
jsonDatastring/arrayYesJSON array of objects. Each object's keys become column headers.
imageFormatstringNopng (default) or jpeg
titlestringNoOptional table title/caption

Output

  • Key-value store: Image saved under key table_YYYYMMDD_HHMMSS.png (or .jpeg)
  • Dataset: Metadata object with imageKey, imageUrl, format, rowCount, columnCount

Example Input

{
"jsonData": [
{ "name": "Alice", "score": 95 },
{ "name": "Bob", "score": 87 }
],
"imageFormat": "png",
"title": "Scores"
}

Run Locally

cd json-to-table-image
apify run