Scrapers.lat logo scrapers.lat
AI

Tool: Any Text to Structured JSON

Convert any unstructured text into clean structured JSON that matches the schema you define, using premium AI. Paid Apify plans only.

5 每条记录的字段 JSON · CSV · Excel · API 按用量付费
text-to-json-tool.json 200 OK
{
  "_sourceIndex": 0,
  "name": "Maria Lopez",
  "price": "148.50 USD",
  "date": "2026-06-12",
  "observedAt": "2026-07-25T00:21:36.042Z"
}
你会得到什么

每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。

  • 每个结果对应一条干净记录,已去重并规范化
  • JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
  • 在云端按用量付费,无需安装或维护
返回的字段
Source IndexNamePriceDate
示例输出

一条真实的示例记录,正是你收到的结构。

Source IndexNamePriceDate
0Maria Lopez148.50 USD2026-06-12
12019 Toyota Corolla LE17,900 dollars
GET /text-to-json-tool
{
  "_sourceIndex": 0,
  "name": "Maria Lopez",
  "price": "148.50 USD",
  "date": "2026-06-12",
  "observedAt": "2026-07-25T00:21:36.042Z"
}

常见问题

How do I define the schema?

Pass a JSON object where each key is a field you want back. The values can be empty strings or short examples.

What if I do not pass a schema?

The tool infers the most useful fields from each text and returns them as a flat object.

Can I convert many texts at once?

Yes. Pass an array and each text returns its own record, tagged with its source index.

你准备好,它就就绪。

现在就在 Apify 上运行这个爬虫,或让我们按你的确切需求定制一个。