A DatoCMS plugin that enables you to search external APIs and store selected results as structured JSON data. Perfect for integrating third-party data sources like product catalogs, user directories, or any external service that provides JSON responses.
Transform any JSON API into a searchable, manageable data source within your DatoCMS workflow.
Add this plugin via DatoCMS Settings > Plugins > Add (/admin/plugins/new
).
API Configuration:
{query}
placeholder (e.g., https://api.example.com/search?q={query}
)Data Mapping:
Preview: View the expected API response structure in the readonly field
Stores selected items as a JSON array with your mapped field structure:
{ "data": [ { "id": "SKU12345", "title": "Product Name", "description": "Product description", "imageUrl": "https://example.com/image.jpg" } ]}
See contributing.md.