VOOZH about

URL: https://apify.com/visita/markdown-table-generator

⇱ Markdown Table Generator Β· Apify


Pricing

Pay per event

Go to Apify Store

Markdown Table Generator

This Actor converts data from multiple sources into a clean, presentation-ready table. You can provide raw text, a direct URL to a file (like `.xlsx` or `.csv`), or Run ID of another Apify Actor, and this tool will automatically format it into Markdown, HTML, or Confluence Wiki markup.

Pricing

Pay per event

Rating

0.0

(0)

Developer

πŸ‘ Visita Intelligence

Visita Intelligence

Maintained by Community

Actor stats

1

Bookmarked

11

Total users

0

Monthly active users

4 months ago

Last modified

Share

πŸ“Š Table Generator

This Actor is a powerful utility that converts data from multiple sources into a clean, presentation-ready table. You can provide raw text, a direct URL to a file (like .xlsx or .csv), or even the Run ID of another Apify Actor, and this tool will automatically format it into Markdown, HTML, or Confluence Wiki markup.

✨ What can this Table Generator do?

This tool is more than a simple converter. It's a complete solution for formatting data for your reports, documentation, and websites.

  • πŸ” Works with any Actor: Provide the Run ID of any Actor (e.g., a scraper) to instantly generate a table of its results.
  • πŸ“₯ Multiple Data Sources: Accepts data from a File URL, pasted Raw Text, or an Actor Run ID.
  • βš™οΈ Smart Parsing: Automatically parses the most common data formats, including Excel (.xlsx), CSV, JSON, and TSV.
  • πŸ“€ Multiple Output Formats: Generates tables in Markdown, HTML, or Confluence Wiki Markup.
  • 🎯 Pro-Level Control: Lets you select specific columns to include in your table and (for Markdown) set the text alignment for each column individually.
  • πŸš€ Built on Apify: As an Apify Actor, it runs in the cloud, can be scheduled, and can be integrated with other tools via the Apify API.

πŸš€ How do I use the Table Generator?

It's simple to get started:

  1. Go to the Input tab (you'll see a user-friendly form thanks to the emojis πŸ˜‰).
  2. Select your data source:
    • πŸ” Source Actor Run ID: Paste the Run ID of a previous Actor run.
    • 🌐 URL: Paste a direct URL to an .xlsx, .csv, or .json file.
    • πŸ“ Raw Text: Paste your data directly into the text field.
  3. (Optional) Specify which 🎯 Select Columns you want to include (e.g., Product,Price,SKU).
  4. (Optional) Set your πŸ“ Column Alignments for Markdown (e.g., left,right,center).
  5. Choose your desired πŸ“€ Output Format (Markdown, HTML, or Confluence).
  6. Click "Start" and wait for the run to finish.
  7. Go to the "Output" tab to get your generated table!

πŸ’° How much will it cost?

This Actor uses the pay-per-event (PPE) pricing model. You are charged a small fee for each table successfully generated.

A single run that produces one table counts as one apify-default-dataset-item event. The Apify Free plan includes a monthly platform credit, which means you can generate many tables for free before incurring any charges.

πŸ“₯ Input and πŸ“€ Output Examples

Input Example

The Actor has a simple UI, but here is what a typical run using a File URL would look like in JSON:

{
"dataSource":"url",
"fileUrl":"https://my-data.com/report.xlsx",
"columns":"Product,Price,SKU",
"columnAlignments":"left,right,left",
"outputFormat":"markdown"
}

Output Example

The Actor saves its result as a single item in the Output tab. You can download this data in JSON, CSV, Excel, etc.

[
{
"output_format":"markdown",
"generated_table":"| Product | Price | SKU |\n| :--- | ---: | :--- |\n| SuperSlippers | 29.99 | SLIP-001 |\n| MegaMug | 15.50 | MUG-002 |"
}
]

Advanced Tips: Automate Your Reports

The most powerful feature of this Actor is its ability to connect with other Actors. You can create a fully automated reporting pipeline:

  1. Run any scraper on the Apify Store (e.g., Google Maps Scraper).
  2. Once it's finished, copy its Run ID.
  3. Paste that ID into the πŸ” Source Actor Run ID field of this Actor.
  4. This will automatically pull the dataset from that scraper and convert it into a clean table for your reports or project README.md files.

You can even schedule this Actor to run after your scraper finishes to have a formatted report ready for you every morning.

❓ FAQ & Support

  • What if my Excel file has multiple sheets?

    • Currently, the Actor only reads the first sheet of an Excel file.
  • What if my data has nested JSON?

    • The Actor works best with flat, 2D data (like a spreadsheet). If you use a sourceRunId with nested JSON, it will do its best, but complex objects might not look right. Use the 🎯 Select Columns feature to pick the simple, top-level fields you need.
  • Have questions or found a bug?

    • Please use the Issues tab on the Actor's page in Apify Console to report bugs or request features.

You might also like

URL to markdown

apify/url-to-markdown

An Apify Actor that takes a URL as input and returns the content of the page in Markdown format.

Webpage to Markdown

extremescrapes/webpage-to-markdown

This actor cost-effectively converts websites into structured markdown optimized for AI processing. It extracts webpage content, formats it into clean markdown, and ensures compatibility with AI models.

πŸ‘ User avatar

Extreme Scrapes

212

5.0

AI Website Content Markdown Scraper

quaking_pail/ai-website-content-markdown-scraper

This Apify Actor, "Website Content Crawler with Markdown Extraction," is designed to perform a comprehensive crawl of specified websites, extract their text content, convert it into Markdown format, and store it in a structured dataset. The extracted content is suitable for feeding LLMs.

938

2.3

Web Page to Markdown Extractor β€” URL to Markdown API

fetch_cat/web-page-to-markdown-extractor

Convert public URLs into clean Markdown, text, metadata, links, images, and optional HTML for AI agents, RAG, support, and automation workflows.

Markdown Maker: HTML to Markdown πŸ“

shahidirfan/Markdown-Maker

Instantly convert complex HTML into clean, structured Markdown. This lightweight actor is optimized to render web content into a format that is easily readable for AI LLMs, reducing token usage and improving context. Perfect for RAG pipelines and preparing data for training.

Ai Ready Web Page To Markdown Converter

mustafa.irshaid.113/ai-ready-web-page-to-markdown-converter

Convert any webpage into structured Markdown and HTML using just a URL. Get the page title, link, and contentβ€”perfect for SEO, devs, and AI crawlers. Fast, clean, and ideal for repurposing or analysis. Start turning websites into Markdown instantly.

πŸ‘ User avatar

Mustafa Irshaid

16

Simple Url Converter

expected_knight/simple-url-converter

This actor will turn URLs into ID

Image To Text Ai

welcoming_fireplace/image-to-text-ai

A powerful OCR tool that goes beyond standard text extraction. Powered by a Premium Vision AI model, it accurately reads handwriting, preserves table structures, and converts messy receipts or documents into structured JSON or Markdown. Supports batch processing for high-volume workflows.

πŸ‘ User avatar

Richmond Nkrumah

45

Html to Markdown Converter

antonio_espresso/html-to-markdown-converter

Crawl a target URL and convert its HTML content into clean, structured Markdown with optional heading-based chunking.

39

Related articles

Firecrawl vs. Apify: 2026 guide for AI and data teams
Read more
Best instant data scrapers in 2026
Read more
Automated market research: Build end-to-end workflows from one platform
Read more