{"id":18043566,"url":"https://github.com/emilhvitfeldt/walmartapi","last_synced_at":"2025-04-09T22:11:55.340Z","repository":{"id":56937379,"uuid":"113643323","full_name":"EmilHvitfeldt/walmartAPI","owner":"EmilHvitfeldt","description":"Walmart Open API Wrapper","archived":false,"fork":false,"pushed_at":"2020-04-19T18:26:39.000Z","size":34,"stargazers_count":19,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-31T15:25:46.272Z","etag":null,"topics":["r","rstats","walmart-api"],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EmilHvitfeldt.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-09T05:02:50.000Z","updated_at":"2024-11-22T23:06:15.000Z","dependencies_parsed_at":"2022-08-21T05:50:57.295Z","dependency_job_id":null,"html_url":"https://github.com/EmilHvitfeldt/walmartAPI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmilHvitfeldt%2FwalmartAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmilHvitfeldt%2FwalmartAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmilHvitfeldt%2FwalmartAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmilHvitfeldt%2FwalmartAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmilHvitfeldt","download_url":"https://codeload.github.com/EmilHvitfeldt/walmartAPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675631,"owners_count":20977376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["r","rstats","walmart-api"],"created_at":"2024-10-30T17:09:09.291Z","updated_at":"2025-04-09T22:11:55.313Z","avatar_url":"https://github.com/EmilHvitfeldt.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r setup, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# walmartAPI\n\n[![Travis build status](https://travis-ci.org/EmilHvitfeldt/walmartAPI.svg?branch=master)](https://travis-ci.org/EmilHvitfeldt/walmartAPI) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/walmartAPI)](https://cran.r-project.org/package=walmartAPI)\n![downloads](http://cranlogs.r-pkg.org/badges/grand-total/walmartAPI)\n\nThe goal of **walmartAPI** is to give access to the API created by [walmartlabs](https://developer.walmartlabs.com/) to search products, locate stores etc etc.\n\nTo use this package you will need an API key which you can acquire by signing up on this website https://developer.walmartlabs.com/member.\n\n## Installation\n\n**walmartAPI** is available on CRAN and can be installed normally with \n\n```{r cran-installation, eval = FALSE}\ninstall.packages(\"walmartAPI\") #from CRAN \n``` \nor you can install **walmartAPI** from github with:\n\n```{r gh-installation, eval = FALSE}\n# install.packages(\"devtools\")\ndevtools::install_github(\"EmilHvitfeldt/walmartAPI\")\n```\n\n## Examples\n\nThis package provides a handful for functionalities. We are able to look up a specific product based on an ID.\n\n```{r, eval=FALSE}\nlibrary(tidyverse)\nlibrary(walmartAPI)\n\nkey \u003c- \"************************\"\n\nwalmartAPI::lookup(id = 19336123, key = key)\n```\n\n```{r, echo=FALSE, message=FALSE, warning=FALSE}\nlibrary(tidyverse)\nlibrary(walmartAPI)\nwalmartAPI::lookup(id = 19336123, key = \"z2gz6g9jefqsjsye7fttakey\")\n```\n\nsearch in products using plain text\n\n```{r, eval=FALSE}\nwalmartAPI::searching(\"ipod\", key = key)\n```\n\n```{r, echo=FALSE, message=FALSE, warning=FALSE}\nwalmartAPI::searching(\"ipod\", key = \"z2gz6g9jefqsjsye7fttakey\")\n```\n\nand locate stores in your area\n\n```{r, eval=FALSE}\nstore_locator(city = \"Houston\", key = key)\n```\n\n```{r, echo=FALSE, message=FALSE, warning=FALSE}\nstore_locator(city = \"Houston\", key = \"z2gz6g9jefqsjsye7fttakey\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilhvitfeldt%2Fwalmartapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femilhvitfeldt%2Fwalmartapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilhvitfeldt%2Fwalmartapi/lists"}