IMPORTJSONAPI icon indicating copy to clipboard operation
IMPORTJSONAPI copied to clipboard

Importing paginated JSONs

Open osunaorler opened this issue 4 years ago • 0 comments

Has anyone found a way to gracefully support paginated JSONs? I'm having trouble with https://localbitcoins.com/buy-bitcoins-online/.json where the data is split in buckets of 50 records given that the JSON schema follows this structure

{
data: {...},
pagination: {
next: "https://localbitcoins.com/buy-bitcoins-online/.json?page=2"
}
} 

osunaorler avatar Apr 13 '21 12:04 osunaorler