Nearest grocery store to my current location

Nearest grocery store to my current location

More than one hundred stores across seven states

Thanksgiving Hours

Wegmans locations will close at 4pm on Thursday, November 25
and reopen on Friday, November 26 at 6am.

Our Northborough, Chestnut Hill, Burlington, Westwood, and Medford stores
will close at 12am on Thursday, November 25 and reopen on Friday, November 26 at 6am.

Our Natick store will close at 10pm on Wednesday, November 24 and reopen on Friday, November 26 at 6am.

Our Brooklyn store will close at 4pm on Thursday, November 25 and reopen on Friday, November 26 at 7am.

Christmas Hours

Wegmans locations will close at 6pm on Friday, December 24
and reopen on Sunday, December 26 at 6am.

Our Brooklyn store will close at 6pm on Friday, December 24 and reopen on Sunday, December 26 at 7am.

New Year’s Hours

Wegmans locations will close at 8pm on Friday, December 31
and reopen on Saturday, January 1 at 6am.

Our Brooklyn store will close at 8pm on Friday, December 31 and reopen on Saturday, January 1 at 7am.

New York

Pennsylvania

D.C.

Delaware

Massachusetts

Maryland

New Jersey

North Carolina

Virginia

Yum, cookies! We use them to sweeten your online experience and also to sweeten your day! Privacy Policy ACCEPT

50 stores near "78204"

  1. Nogalitos H‑E‑B

    1601 NOGALITOS
    SAN ANTONIO, TX 78204-2427
    0.74 miles

    Store Phone:(210) 212-2600Store Hours:

    Mon-Sun 6:00 AM - 11:00 PM

    Pharmacy Phone:(210) 229-1825Pharmacy Hours:

    Mon-Fri 9:00 AM - 9:00 PM

    Sat 9:00 AM - 6:00 PM

    Sun 10:00 AM - 5:00 PM

  2. Commerce and Rosillo H‑E‑B

    108 N ROSILLO
    SAN ANTONIO, TX 78207-3706
    2.05 miles

    Store Phone:(210) 227-0447Store Hours:

    Mon-Sun 7:00 AM - 11:00 PM

    Pharmacy Phone:(210) 227-0211Pharmacy Hours:

    Mon-Fri 9:00 AM - 9:00 PM

    Sat 9:00 AM - 6:00 PM

    Sun 10:00 AM - 5:00 PM

  3. Las Palmas H‑E‑B

    721 CASTROVILLE RD
    SAN ANTONIO, TX 78237-3134
    2.92 miles

    Store Phone:(210) 432-0949Store Hours:

    Mon-Sun 6:00 AM - 11:00 PM

    Pharmacy Phone:(210) 436-6465Pharmacy Hours:

    Mon-Fri 9:00 AM - 9:00 PM

    Sat 9:00 AM - 6:00 PM

    Sun 10:00 AM - 5:00 PM

I've had the same issue making a Navigation program for Android.
I ended up using Yahoo! Local Search web service, it worked pretty well.

You should understand how web services work, but basically you make an HTTP GET request with the parameters, such as Location, Query (restaurant, coffee, etc) and other parameters, and you get a response as XML or JSON (your choice).

What you do with the results is up to you

Additions:
Yahoo Local Search results are default to XML.
This is an example of how to make the request in Android:

   public void doWebRequest()
   {
        try {
            HttpClient client = new DefaultHttpClient();  

            String url = "http://local.yahooapis.com/LocalSearchService/V3/localSearch?appid=YahooDemo&query=pizza&zip=94306&results=2";         
            HttpGet request = new HttpGet(url);

      HttpResponse response = client.execute(request);  
            BufferedInputStream bis = new BufferedInputStream(response.getEntity().getContent());
            SAXReader reader = new SAXReader();
            handleResponse(reader.read(bis));
        } catch (Exception e) {
         System.err.println(e);
        }
    }

    private void handleResponse(Document doc) {
 // doc is the XML response
    // process the results here
 }

Is there an app to map out grocery shopping route?

If you prefer a swifter way of mapping your grocery store, there is an app for that. Shops by Aisle411 not only has maps for thousands of stores, but you can also find the exact items you're looking for at those stores. The app gives you the specific section and aisle to go to for the groceries you need.

Which is cheapest grocery online?

Which is the best Grocery Items online shopping site in India?.
Bigbasket..
Blinkit..
Big bazaar..
Paytmmall..
Sparindia..
Snapdeal..
Easyday..
DealShare..

What happened to A&P supermarkets?

The Great Atlantic & Pacific Tea Company, better known as A&P, was an American chain of grocery stores that operated from 1859 to 2015. ... A&P..

Which is the best site to buy groceries?

Thrive Market. You have to be a member in order to shop on Thrive Market (think of it as the Costco of the internet), and that'll cost you $60 for the year. ... .
Fresh Direct. How it works: Fresh Direct is on par with the number of options and brands compared to Peapod. ... .
Shipt. ... .
Boxed. ... .
AmazonFresh. ... .
Instacart. ... .
Yümmy Bazaar..