AgentPMT - The Agentic Economy

Web Data Convertor

Core Utility
$0.05/requestMin Purchase: 20Min Purchase Price: $1

Details

Web Data Converter is a format transformation utility that converts data between common web and application formats used in APIs, configuration files, and content management. It handles bidirectional conversion between JSON and CSV for tabular data interchange, preserving headers and automatically detecting numeric values during CSV parsing. XML to JSON conversion maintains attributes and nested structures, while JSON to XML produces well-formed markup suitable for legacy system integration. Configuration file workflows benefit from YAML to JSON and JSON to YAML transformations, enabling seamless translation between human-readable configs and programmatic data structures. Content creators can convert Markdown to HTML with support for tables, fenced code blocks, and extended syntax, or reverse the process by converting HTML back to clean Markdown for documentation and editing. URL query string parsing extracts parameters into structured JSON objects with automatic handling of multi-value parameters. Time conversion functions translate between Unix timestamps and human-readable date formats with full timezone support across all standard timezones, outputting both ISO 8601 and readable formats. All conversions include validation and clear error messages for malformed input.

Use Cases

JSON to CSV conversion, CSV to JSON conversion, tabular data transformation, spreadsheet data export, API response to CSV, XML to JSON conversion, JSON to XML conversion, legacy system integration, SOAP to REST translation, configuration file conversion, YAML to JSON conversion, JSON to YAML conversion, Kubernetes config conversion, Docker Compose conversion, infrastructure as code conversion, Markdown to HTML conversion, HTML to Markdown conversion, documentation format conversion, content migration, CMS content transformation, blog post conversion, README rendering, static site generation, Unix timestamp conversion, epoch time to date, date to Unix timestamp, timestamp parsing, timezone conversion, UTC conversion, date format standardization, query string parsing, URL parameter extraction, form data parsing, GET parameter conversion, webhook payload transformation, API data transformation, data format translation, configuration management, data interchange, ETL data conversion, log timestamp parsing, event time conversion, ISO 8601 conversion, human readable date formatting, data pipeline transformation, automation data formatting, AI agent data processing, LLM output formatting

Parameters

(required properties listed first)

action*required
Type:string
Description:Use 'get_instructions' to retrieve documentation. The conversion operation to perform. Available actions: Time Conversions (convert-unix-to-date, convert-date-to-unix), Data Format Conversions (convert-json-to-csv, convert-csv-to-json, convert-xml-to-json, convert-json-to-xml), Markup Conversions (convert-markdown-to-html, convert-html-to-markdown), YAML Conversions (convert-yaml-to-json, convert-json-to-yaml), Query String Conversion (convert-query-string-to-json)
Allowed values:
get_instructionsconvert-unix-to-dateconvert-date-to-unixconvert-json-to-csvconvert-csv-to-jsonconvert-xml-to-jsonconvert-json-to-xmlconvert-markdown-to-htmlconvert-html-to-markdownconvert-yaml-to-jsonconvert-json-to-yamlconvert-query-string-to-json
timestamp
Type:integer
Description:Unix timestamp (seconds since epoch) for convert-unix-to-date action. Required for: convert-unix-to-date
timezone
Type:string
Description:Timezone for time conversions (IANA timezone format, e.g., 'America/New_York', 'UTC', 'Europe/London'). Default: 'UTC'. Used for: convert-unix-to-date
Default:UTC
date_string
Type:string
Description:Date string to convert to Unix timestamp for convert-date-to-unix action. Supports common formats or custom format if 'format' parameter is provided. Required for: convert-date-to-unix
format
Type:string
Description:Python strftime format string for parsing date_string in convert-date-to-unix action. If not provided, common formats are tried automatically. Example: '%Y-%m-%d %H:%M:%S'. Used for: convert-date-to-unix
json_text
Type:string
Description:JSON string to convert to another format. Required for: convert-json-to-csv, convert-json-to-xml, convert-json-to-yaml
csv_text
Type:string
Description:CSV string to convert to JSON. Must include header row. Required for: convert-csv-to-json
xml_text
Type:string
Description:XML string to convert to JSON. Required for: convert-xml-to-json
yaml_text
Type:string
Description:YAML string to convert to JSON. Required for: convert-yaml-to-json
markdown_text
Type:string
Description:Markdown string to convert to HTML. Supports standard markdown, code blocks, tables, and fenced code. Required for: convert-markdown-to-html
html_text
Type:string
Description:HTML string to convert to Markdown. Required for: convert-html-to-markdown
query_string
Type:string
Description:URL query string to parse into JSON object. Can include or omit leading '?'. Example: 'key1=value1&key2=value2'. Required for: convert-query-string-to-json

API Example

curl -X POST "https://api.agentpmt.com/products/purchase" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your-api-key-here" \
  -H "X-Budget-Key: your-budget-key-here" \
  -d '{
    "product_id": "69496d41b54506f955d789f1",
    "parameters": {
      "action": "get_instructions",
      "timezone": "UTC"
    }
  }'

Login to view your API and budget keys. The example above uses placeholder values. Sign in to see personalized code with your actual credentials.

About The Developer

Apoth3osis logo

Apoth3osis

13 stars

Joined Agent Payment: August 14, 2025

We build tools that enable AI agents to excel in the mathematical realm.

Our small team develops experimental and unique solutions in the AI arena, with a strong focus on modular computing for agentic applications and custom model deployment. We have handled projects for a variety of applications across many sectors, from algorithmic trading and financial analysis, to molecular simulations and predictions, to habitat and biodiversity monitoring and wildlife conservation.