1.2.7 • Published 3 years ago

pc-scraper v1.2.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

pc-scraper

crawler for microsoft store pc games

Usage

Available methods:

  • list: Retrieves a list of applications from one of the collections at iTunes.

list

Retrieves a list of applications from one of the collections at microsoft store.

  • collection: the collection to look up. Defaults to collection.most-popular.
  • lang: To use the language code in the list, the default is en-us,At present, onlyen-uszh-cnzh-twja-jpko-krare supported.
  • startPage: From which page to start, the default is the first page.
  • endPage: At the end of the page, the default is the first page.
  • proxy: Please use a proxy to query.

Request:

{
  collection: 'most-popular',
  lang: 'en-us',
  startPage: 1,
  endPage: 2,
  proxy: {
    host: '127.0.0.1'.
    port: '18888'
  }
}

Returns:

[
  {
    name: 'Roblox',
    icon: 'https://store-images.s-microsoft.com/image/apps.23943.13510798883386282.e6f02eb7-a760-453e-8d79-46d4ec74807e.84e78792-8a8f-4ae3-a7a0-709c45161cf1?mode=scale&q=90&h=1000&w=1000',
    appType: '‪Action & adventure‬、‪Family & kids‬',
    price: 'Free+',
    lang: 'en-us',
    keywords: 'adventure,co-op,sandbox,teen,building,avatar,roleplaying',
    description: 'Robloxistheultimatevirtualuniversethatletsyoucreate,shareexperienceswithfriends,andbeanythingyoucanimagine.Joinmillionsofpeopleanddiscoveraninfinitevarietyofimmersiveexperiencescreatedbyaglobalcommunity!\n' +
      '\n' +
      'Alreadyhaveanaccount?LoginwithyourexistingRobloxaccountandexploretheinfinitemetaverseofRoblox.\n' +
      '\n' +
      'MILLIONSOFEXPERIENCES\n' +
      '\n' +
      'Inthemoodforanepicadventure?Wanttocompeteagainstrivalsworldwide?Ordoyoujustwanttohangoutandchatwithyourfriendsonline?Agrowinglibraryofexperiencescreatedbythecommunitymeansthere’salwayssomethingnewandexcitingforyoueveryday.\n' +
      '\n' +
      'EXPLORETOGETHERANYTIME,ANYWHERE\n' +
      '\n' +
      'Takethefunonthego.Robloxfeaturesfullcross-platformsupport,meaningyoucanjoinyourfriendsandmillionsofotherpeopleontheircomputers,mobiledevices,XboxOne,orVRheadsets.\n' +
      '\n' +
      'BEANYTHINGYOUCANIMAGINE\n' +
      '\n' +
      'Becreativeandshowoffyouruniquestyle!Customizeyouravatarwithtonsofhats,shirts,faces,gear,andmore.Withanever-expandingcatalogofitems,there’snolimittothelooksyoucancreate.\n' +
      '\n' +
      'CHATWITHFRIENDS\n' +
      '\n' +
      'Hangoutwithfriendsaroundtheworldusingchatfeatures,privatemessages,andgroups!\n' +
      '\n' +
      'CREATEYOUROWNEXPERIENCES:https://www.roblox.com/develop\n' +
      'SUPPORT:https://en.help.roblox.com/hc/en-us\n' +
      'CONTACT:https://corp.roblox.com/contact/\n' +
      'PRIVACYPOLICY:https://www.roblox.com/info/privacy\n' +
      'PARENT’SGUIDE:https://corp.roblox.com/parents/\n' +
      '\n' +
      'PLEASENOTE:Anetworkconnectionisrequiredtojoin.RobloxworksbestoverWi-Fi.',
    screenShots: [
      'https://store-images.s-microsoft.com/image/apps.34158.13510798883386282.6c5c90b9-1743-439d-b6db-d6be0c0408b0.a52921b3-3762-47c5-9fa9-2eb7e1a0a0cb?w=2000&h=2000&q=80&mode=letterbox&background=%23FFE4E4E4&format=jpg',
      'https://store-images.s-microsoft.com/image/apps.58145.13510798883386282.d1aa6fb1-fd41-408e-a59f-594968e7ff48.3aea182c-c961-49ea-8062-1ede94e05949?w=2000&h=2000&q=80&mode=letterbox&background=%23FFE4E4E4&format=jpg',
      'https://store-images.s-microsoft.com/image/apps.39134.13510798883386282.d1aa6fb1-fd41-408e-a59f-594968e7ff48.db6dd1dd-b2b7-4cc1-81e1-dcad41a4f626?w=2000&h=2000&q=80&mode=letterbox&background=%23FFE4E4E4&format=jpg'
    ],
    appId: '9nblgggzm6wm'
  },
  {
    name: 'Candy Crush Soda Saga',
    icon: 'https://store-images.s-microsoft.com/image/apps.19770.13510798886202835.850647a4-273f-42dd-a98c-8504a5b01621.9a476f81-d96a-44be-b9b6-61553a331ec8?mode=scale&q=90&h=1000&w=1000',
    appType: '‪Puzzle & trivia‬',
    price: 'Free+',
    lang: 'en-us',
    keywords: 'puzzle,free,fun,bored,game,top,best',
    description: 'DownloadCandyCrushSodaSagaforfreenow.Sodalicious!\n' +
      '\n' +
      'CandyCrushSodaSagaisthelatestgamefromthemakersofthelegendaryCandyCrushSaga.Newcandies,moredivinecombinationsandchallengingnewgamemodesbrimmingwithpurplesodaandCandyBears!\n' +
      '\n' +
      'CandyCrushSodaSagaiscompletelyfreetoplay,butsomein-gameitemssuchasextramovesorliveswillrequirepayment.\n' +
      '\n' +
      'NewCandyCrushSodaSagafeatures:\n' +
      '*HundredsofSodaliciouslevels\n' +
      '*NewGameModesinclude:\n' +
      'Soda–switchbottlesandcandiestoreleasepurplesodaandsavetheCandyBears\n' +
      'GreenSoda-switchandmatchcandiesingreensodatoturnthemintoSwedishFish\n' +
      'Frosting–matchcandiestosmashtheiceandsettheCandyBearsfree\n' +
      'Honey–matchcandiesnexttothehoneytoreleasethetrappedCandyBears\n' +
      '*Scrumptiousnewcandiesandsublimenewcombinations:\n' +
      'Match4candiesinasquaretomakeaSwedishFish\n' +
      'Match7candiestocreatetheremarkableColoringCandy\n' +
      'New8thpurpleCandythatgivesinstantandpowerfuleffectswhenmatched\n' +
      '*Explorejuicynewenvironmentsandmeetthekookiestcharacters\n' +
      '*Mouth-wateringnewgraphics,CandyCrushSodaSaganeverlookedsotasty\n' +
      '*Easyandfuntoplay,yetchallengingtofullymaster\n' +
      '*ForplayersthatFacebookConnect,thereareleaderboardsforyouandyourfriendstocompareyourSodaliciousscores\n' +
      '*Easilysyncthegamebetweenmobileandtabletdevicesandunlockthefullgamefeatureswhenconnectedtotheinternet\n' +
      '\n' +
      'Thismouth-wateringpuzzleadventurewillinstantlyquenchyourthirstforfun.JoinKimmyonherjuicyjourneytofindTiffi,byswitchingandmatchingyourwaythroughnewdimensionsofmagicalgameplay.TakeonthisSodaliciousSagaaloneorplaywithfriendstoseewhocangetthehighestscore!\n' +
      '\n' +
      'AreyoualreadyafanofthenewCandyCrushSodaSaga?Ifsothenvisitourwebsite,likeusonFacebookorfollowusonTwitterforthelatestnews:\n' +
      'www.candycrushsodasaga.com\n' +
      'facebook.com/CandyCrushSodaSaga\n' +
      'twitter.com/CandyCrushSodaSaga\n' +
      '\n' +
      'Lastbutnotleast,abigTHANKYOUgoesouttoeveryonewhohasplayedCandyCrushSodaSaga!\n' +
      '\n' +
      'Donotsellmydata:Kingsharesyourpersonalinformationwithadvertisingpartnerstopersonalizeads.Learnmoreathttps://king.com/privacyPolicy.IfyouwishtoexerciseyourDoNotSellMyDatarights,youcandosobycontactingusviatheingamehelpcentreorbygoingtohttps://soporto.king.com/',
    screenShots: [
      'https://store-images.s-microsoft.com/image/apps.33878.13510798886202835.90d96559-a3bc-4f86-9c62-87d825066a7f.a84d6328-e1a0-4421-bd28-79172bd75f0e?w=2000&h=2000&q=80&mode=letterbox&background=%23FFE4E4E4&format=jpg',
      'https://store-images.s-microsoft.com/image/apps.11902.13510798886202835.74fe05c8-7075-4b01-a152-8ea99ac1384e.d63c22ab-9706-4530-bf88-0f3391e5a256?w=2000&h=2000&q=80&mode=letterbox&background=%23FFE4E4E4&format=jpg',
      'https://store-images.s-microsoft.com/image/apps.46421.13510798886202835.c8d909d4-4b17-4d68-ad8f-fff4d8102143.b866680b-1fca-4323-b1a2-c87d167a84d1?w=2000&h=2000&q=80&mode=letterbox&background=%23FFE4E4E4&format=jpg',
      'https://store-images.s-microsoft.com/image/apps.59753.13510798886202835.c49e45ef-b3df-4fa2-9a86-461f0f5b08b2.5abb41ff-3a84-4e67-8203-294f47917899?w=2000&h=2000&q=80&mode=letterbox&background=%23FFE4E4E4&format=jpg',
      'https://store-images.s-microsoft.com/image/apps.5193.13510798886202835.9a1168f1-42ba-4c80-89d9-8ae43c5a400c.f282aec9-f8a6-4e95-8546-d4f0fdc727c4?w=2000&h=2000&q=80&mode=letterbox&background=%23FFE4E4E4&format=jpg',
      'https://store-images.s-microsoft.com/image/apps.62353.13510798886202835.d4e0ed4a-9e78-49da-8319-75fe42d40c0b.8aedce87-2bbf-4e7b-8738-aa17cf7160ab?w=2000&h=2000&q=80&mode=letterbox&background=%23FFE4E4E4&format=jpg',
      'https://store-images.s-microsoft.com/image/apps.40804.13510798886202835.430fa387-644b-4c79-8505-2389a89972d9.d81e3105-bc39-4698-91f7-3eafddba41c4?w=2000&h=2000&q=80&mode=letterbox&background=%23FFE4E4E4&format=jpg',
      'https://store-images.s-microsoft.com/image/apps.58535.13510798886202835.e144861f-d06d-40bc-97f8-ca571e659aea.93953a30-9943-4a93-a0b7-ddb4dbed1f0e?w=2000&h=2000&q=80&mode=letterbox&background=%23FFE4E4E4&format=jpg',
      'https://store-images.s-microsoft.com/image/apps.24634.13510798886202835.c4f78c2a-900e-4447-a2d8-9174e8f4f8f4.c711d50d-953e-423b-8e04-3d49c89b2013?w=2000&h=2000&q=80&mode=letterbox&background=%23FFE4E4E4&format=jpg',
      'https://store-images.s-microsoft.com/image/apps.42050.13510798886202835.ad190d35-4b73-4b51-b21e-6348c6cf2ec9.f0539cf7-cc63-4d22-8e34-dabb018f8722?w=2000&h=2000&q=80&mode=letterbox&background=%23FFE4E4E4&format=jpg'
    ],
    appId: '9nblggh1zrpv'
  }
]
1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago