Question

Howdy Y'all, I am trying to extract wells data from Enverus (www.enverus.com) but their API has a limit of 100000 records. Can anyone share examples for pagination as well as how to keep the Token active all the time (instead of manually updatin

  • 30 September 2022
  • 1 reply
  • 12 views

Badge
Howdy Y'all, I am trying to extract wells data from Enverus (www.enverus.com) but their API has a limit of 100000 records. Can anyone share examples for pagination as well as how to keep the Token active all the time (instead of manually updating it)

1 reply

Userlevel 4

I can recommend the following article that covers the subject of pagination pretty well:

https://community.safe.com/s/article/Getting-Started-with-API-Pagination

If the token tends to expire too quickly, you could perhaps regenerate the token for each loop / page request.

Reply