Get The Results


# Here is a curl example
curl \
-X POST http://votajote.ga/data.json
    

To get scrapped data you need to make a POST call to the following url :
http://votajote.ga/data.json



Structure Example:
{
    "parties": {
      "sites": {
        "keywoard": {
          "link": 'number of mentions',
        },
      }
    },
    "people": {
      "sites": {
        "keywoard": {
          "link": 'number of mentions',
        },
      }
    }
  }


Result example :

{
    "parties": {
      "GazetaExpress": {
        "pdk": {
          "https://www.gazetaexpress.com/menduh-abazi-u-prit-mire-te-pdk-ja-keto-shifra-e-tregojne-kete/": 1,
          "https://www.gazetaexpress.com/pdk-premton-per-ngritje-te-pages-minimale-dhe-rritje-te-pensioneve/": 5
        },
        "vv": {
          "https://www.gazetaexpress.com/kurti-prezanton-nje-ardhje-te-re-ne-parti/": 1,
          "https://www.gazetaexpress.com/agim-bahtiri-e-riperserit-pohimin-e-pazakonte-vv-do-ti-fitoje-mbi-65-te-votave-ne-mitrovice/": 3
        },
        "ldk": {
          "https://www.gazetaexpress.com/krasniqi-tregon-kater-kandidate-qe-do-ti-votonte-per-deputete-nga-ldk-per-pestin-citni-shorttt/": 2,
          "https://www.gazetaexpress.com/15-vjecari-anetaresohet-ne-ldk-e-pret-isa-mustafa/": 7
        },
        "nisma": {
          "https://www.gazetaexpress.com/limaj-ne-simbolizojme-ish-luftetaret-e-uckse/": 1,
          "https://www.gazetaexpress.com/limaj-veterane-familjare-te-deshmoreve-invalide-te-luftes-po-i-bashkohen-betejes-politike-te-nismes/": 1
        },
        "aak": {
          "https://www.gazetaexpress.com/cfare-nisme-cfare-aak-je-mos-beni-hajgare-shtepia-e-uck-se-eshte-pdk-ja/": 2,
          "https://www.gazetaexpress.com/tahiri-prishtines-i-dhame-ligjin-kosoves-po-i-japim-presidentin/": 2
        },
        "akr": {
          "https://www.gazetaexpress.com/haradinaj-stublla-mundesia-e-vetme-per-serbine-eshte-njohja-e-pakusht-e-kosoves/": 1,
          "https://www.gazetaexpress.com/krasniqi-tregon-kater-kandidate-qe-do-ti-votonte-per-deputete-nga-ldk-per-pestin-citni-shorttt/": 1
        },
        "psd": {}
      }
    },
    "people": {
      "GazetaExpress": {
        "kurti": {
          "https://www.gazetaexpress.com/anetari-i-pdk-se-po-synojme-qe-ne-zgjedhje-te-dalim-te-paret/": 3,
          "https://www.gazetaexpress.com/vetevendosje-tregon-numrin-e-aplikimeve-nga-diaspora/": 2
        },
        "kadri": {
          "https://www.gazetaexpress.com/time-kadrijaj-pas-deklaratave-te-enver-hoxhajt-ai-eshte-hajgarexhi-tere-kohen-eshte-ankuar-kunder-uck-se/": 6,
          "https://www.gazetaexpress.com/hoxhaj-takohet-me-veteranet-ne-mitrovice-u-premton-rritje-te-pensioneve-per-30/": 2
        },
        "vjosa": {
          "https://www.gazetaexpress.com/hoxhaj-pdk-ja-e-vetmja-pengese-ndaj-ketij-mentaliteti-autokrateshh/": 2,
          "https://www.gazetaexpress.com/haradinaj-iu-kerkon-votat-per-president-te-gjitha-partive/": 1
        },
        "glauk": {
          "https://www.gazetaexpress.com/krasniqi-tregon-kater-kandidate-qe-do-ti-votonte-per-deputete-nga-ldk-per-pestin-citni-shorttt/": 1
        },
        "ramush": {
          "https://www.gazetaexpress.com/haradinaj-iu-kerkon-votat-per-president-te-gjitha-partive/": 1,
          "https://www.gazetaexpress.com/haradinaj-po-te-kandidonte-per-president-ndonje-nga-familja-jashari-une-nuk-do-te-kandidoja-kurre/": 1
        },
        "behgjet": {
          "https://www.gazetaexpress.com/pacolli-rrefen-sfidat-si-iu-nderruan-numrat-e-akrse-nga-ldkja/": 1
        },
        "dardan": {
          "https://www.gazetaexpress.com/memli-krasniqi-zgjedh-5-shen-me-te-mire-te-aakse/": 2,
          "https://www.gazetaexpress.com/sejdiu-ne-listen-e-vvse-ka-njerez-qe-skane-lidhje-me-kete-subjekt/": 1
        },
        "fatmir": {
          "https://www.gazetaexpress.com/limaj-thote-se-pas-14-shkurtit-perfaqesuesit-e-nismes-ne-kuvend-do-te-jene-ze-i-fuqishem-i-vlerave-kombetare/": 1,
          "https://www.gazetaexpress.com/albulena-balaj-sa-me-shume-qe-e-sulmojne-nismen-aq-me-shume-e-dua/": 2
        }
      }
    }
  }
                

RESULT DATA STRUCTURE

Field Type Description
parties array The scrapped data for the political parties.
people array The scrapped data for the political figuer.
sites array Inside parties or people you will find the sites we scrapped
keywoard array inside the sites you will find the keywords we use to scrape the sites
link string and finally inside the keywoard you will find links with values appropriate to the number of times the keyword was mentioned