Metadata
POST

MetadataEntity
Request
An array of URLs to extract metadata from.
- Minimum of
1 URLper request. - Maximum of
100 URLsper request.
An array specifying the desired metadata fields to be returned for each URL.
- Supported fields are
title,description,favicon,url,sitename,images, anddomain. - You can request multiple fields in a single request.
title, description, and url.An optional object to configure caching behavior for the request. By default, caching is enabled with a TTL of 120 seconds. You can customize these settings by providing the
cache object.Response
The response contains the extracted metadata for each requested URL in the specified fields.Indicates whether the response was served from cache.
The remaining time in seconds before the cached response expires.
The total number of URLs processed in the request.
An array of metadata objects corresponding to each requested URL.