Json To Table Image
Pricing
from $1.00 / 1,000 results
Go to Apify Store
Json To Table Image
Convert JSON data into a clean table image. Provide JSON input and generate a formatted table as an image, ideal for reports, dashboards, or sharing structured data visually. Supports simple arrays or objects and outputs a ready-to-use table image.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer

Archit Jain
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Apify Actor that converts JSON data (array of objects) into a table and returns a PNG or JPEG image.
Input
| Field | Type | Required | Description |
|---|---|---|---|
jsonData | string/array | Yes | JSON array of objects. Each object's keys become column headers. |
imageFormat | string | No | png (default) or jpeg |
title | string | No | Optional 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-imageapify run