skip to Main Content

Manipulate the response from Facebook API

Having this response from Facebook Graph API: "data": [ { "name": "page_impressions", "period": "day", "values": [ { "value": 0, "end_time": "2019-04-16T07:00:00+0000" }, { "value": 0, "end_time": "2019-04-17T07:00:00+0000" } ], "title": "Daily Total Impressions", "description": "Daily: The number of times any…

VIEW QUESTION

Extract Json Data with screaming frog – SEO

I'm using Screaming Frog as a way to extract data from a Json generated from an URL. The Json generated is this form : {"ville":[{"codePostal":"13009","ville":"VAUFREGE","popin":"ouverturePopin","zoneLivraison":"1300913982","url":""},{"codePostal":"13009","ville":"LES BAUMETTES","popin":"ouverturePopin","zoneLivraison":"1300913989","url":""},{"codePostal":"13009","ville":"MARSEILLE 9EME ARRON","popin":"ouverturePopin","zoneLivraison":"1300913209","url":""}]} I'm using this regex in Custom > Extraction in Screaming Frog as…

VIEW QUESTION
Back To Top
Search