Get all url using googleapis and blogger

0

Hello I look for some way to get all url entries of blogs Blogger and used this way

link

Using the Google API I get the following result:

// API callback
handleResponse({
 "items": [
  {
   "url": "http://chicassexyhot.sigue.la/2018/01/baby-got-cakes.html"
  },
  {
   "url": "http://chicassexyhot.sigue.la/2018/01/amber-lynn-jr-carrington-holly-body-in.html"
  },
  {
   "url": "http://chicassexyhot.sigue.la/2018/01/episode-11-beauty-of-dawn-part-1.html"
  },
  {
   "url": "http://chicassexyhot.sigue.la/2017/12/cici-rodes-interracial-creampie-gangbang.html"
  },
  {
   "url": "http://chicassexyhot.sigue.la/2017/12/adorable-jovencita.html"
  },
  {
   "url": "http://chicassexyhot.sigue.la/2017/12/exotic-baby-shows-bigtits-on-webcam.html"
  },
  {
   "url": "http://chicassexyhot.sigue.la/2017/12/ass-traffic-model-beautys-bodacious.html"
  },
  {
   "url": "http://chicassexyhot.sigue.la/2017/12/amateur-pregnant-teen-plays-with-her.html"
  },
  {
   "url": "http://chicassexyhot.sigue.la/2017/12/hard-body-blond-milf.html"
  },
  {
   "url": "http://chicassexyhot.sigue.la/2017/12/hungarian-sexy-blond-bambi-on-erotic.html"
  }
 ]
}
);

As you can see, it only gives me a reduced number of entries and what I need is to get the total of the url of the tickets that are a total of 350.

I hope you can give me some idea of how to achieve the page.

    
asked by BotXtrem Solutions 03.01.2018 в 05:55
source

1 answer

0

Well after looking for information about the blogger API I can find the way and today I share them:

https://www.googleapis.com/blogger/v2/blogs/**AQUI EL IDE DEL BLOGS**/posts?callback=handleResponse&prettyPrint=true&maxResults=300&key=**SU API KEY**&fields=kind,items(url)

And this will give you the maximum result of 300 url. More than 300 is not possible.

Saludes

    
answered by 03.01.2018 / 07:58
source