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.
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" }
Qué obtienes
Cada corrida devuelve registros limpios y tipados, listos para tu CRM, tu hoja de cálculo o tu base de datos.
- Un registro limpio por resultado, deduplicado y normalizado
- Esquema estable en JSON, CSV o Excel, o léelo por la API de Apify
- Pagas por uso en la nube, sin instalar ni mantener nada
Campos que devuelve
Source IndexNamePriceDate
Muestra de la salida
Un registro real de ejemplo, tal como lo recibes.
| Source Index | Name | Price | Date |
|---|---|---|---|
| 0 | Maria Lopez | 148.50 USD | 2026-06-12 |
| 1 | 2019 Toyota Corolla LE | 17,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" }
Scrapers relacionados
Preguntas frecuentes
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.
Listo cuando tú lo estés.
Corre el scraper en Apify ahora mismo, o pídenos uno a la medida de lo que necesitas.