Product Brief #6:
Custom Rules & metadata improvements
June 30, 2018 ()
Custom rules
Microlink API is so powerful for extracting data. We created links previews as one of the possible use cases (actually our SDK), but because the API response returns generic data, it's a bit difficult use Microlink API for different problems scope.
Now, we are introducing the concept of Custom Rules: The ability to setup custom API response based on user necessities.
Custom Rules work specifying what you want to get using CSS selectors. Also, you can provide consistent types (
url
, author
, date
, etc) avoiding getting unexpected value in your data.In other words, you can use it as a scraper as service π€―.
We wrote a specific blog post explaining how to use custom rules, taking an Instagram profile as an example.
Compression documentation
Althought we support brotli and gzip from the beginning, we added a specific section into the documentation.
Using it, it will save payload size up to 70%, so ensure you are using it!
Informational headers
$ curl -i -I -X GET https://api.microlink.io/?url=https%3A%2F%2Fwww.reddit.com x-response-time : 21.518ms x-fetch-mode : fetch x-fetch-time : 618.055ms
As part of the response header, we added two new headers to help optimize your API calls:
X-response-time
It returns the total amount of time used for processing the API call.
X-fetch-mode
It specifies the way to content will be fetched.
X-fetch-time
It expresses the amount of time spend just in the
x-fetch-mode
step.Better contextual metadata
We added
size
and duration
every time that Microlink API detects you are working with image
or video
π.curl https://api.microlink.io/?url=https://vimeo.com/188175573?v=hwMkbaS_M_c&video&filter=video
The API response will look like:
{ "status": "success", "data": { "video": { "url": "https://gcs-vimeo.akamaized.net/exp=1530385652~acl=%2A%2F823603783.mp4%2A~hmac=5237941fe7ed6229d27eb8048360786fd0a164fb877cea8c654dbeee0b2eedd1/vimeo-prod-skyfire-std-us/01/2635/7/188175573/823603783.mp4", "width": 1280, "height": 720, "type": "h264", "size": 7228264, "size_pretty": "7.23 MB", "duration": 28.533333, "duration_pretty": "29s" } } }
Notes how we provided the field with pretty suffix as well. It's the same value but human readable π.
Join the community
All of these improvements or features are community driven: We listen to your feedback and act accordingly.
Whether you are are building a product and you need fancy previews, youβre an indie hacker or simply you like frontend stuff, come chat with us π.