🚀 Soft Launch - Still in BETA! Play around and explore local services, local produce and pre-loved treasures. Report bugs to help us improve!
Local Produce

Barry's fruit and veg

70 Bedford St North Shields NE29 0AU United Kingdom, North Shields

Directory Listing Local Produce Greengrocers

About Barry's fruit and veg

What options are available for fresh, locally sourced produce in North Shields? Barry's Fruit and Veg Greengrocer offers a variety of seasonal fruits, vegetables, herbs, and pantry essentials to meet the needs of the community. Customers are encouraged to visit the store at 70 Bedford St to explore the full selection in person.Is there an online shopping option for those who prefer convenience? While Barry's may sell online, it is advisable to check their website for availability. For any inquiries, customers can reach them at 447901694181. To find the exact location, a map search for 70 Bedford St, North Shields, NE29 0AU will provide directions.
This description was generated from public directory data. Business owners can claim and edit their listing for free.

Business Gallery

3 Photos
Click any image to view in full size

Location & Directions

Address
70 Bedford St North Shields NE29 0AU United Kingdom
North Shields
United Kingdom
Quick Actions
Quick Contact
ADDRESS
70 Bedford St North Shields NE29 0AU United Kingdom
North Shields
Listed Business
Is this your business?

Claim your free listing to update information and attract more customers.

Claim This Business

Related Businesses Nearby

Discover other Local Produce businesses in your area

A.L.BRIDGE (Greengrocers)Limited
A.L.BRIDGE (Greengrocers)Limited

1 St George's Rd Cullercoats North Shields NE30 3JX United Kingdom, North Shields

Local Produce Greengrocers
South Gosforth Fruiterers
South Gosforth Fruiterers

4 Railway Street North Shields NE29 6QD United Kingdom, North Shields

Local Produce Greengrocers
North Shields Quality Butchers
North Shields Quality Butchers

19 W Percy St North Shields NE29 0AH United Kingdom, North Shields

Butcher Shops

🐝 Site Under Maintenance

We're currently performing maintenance and updates to bring you the best local business directory experience.

Please check back soon. We'll be back online shortly!

Need immediate assistance? Contact us here

// Universal marketplace link interceptor - intercepts ALL marketplace links document.addEventListener('DOMContentLoaded', function() { // Find all links pointing to marketplace const marketplaceLinks = document.querySelectorAll('a[href="/marketplace"], a[href*="marketplace_home"]'); marketplaceLinks.forEach(function(link) { // Check if link contains "Shop Marketplace" text or shopping cart icon const linkText = link.textContent.trim(); const hasShoppingIcon = link.querySelector('.fa-shopping-cart'); if (linkText.includes('Shop Marketplace') || linkText.includes('SHOP MARKETPLACE') || hasShoppingIcon) { // Prevent default navigation and show modal link.addEventListener('click', function(e) { e.preventDefault(); // Use the existing showMarketplaceModal function if (typeof showMarketplaceModal === 'function') { showMarketplaceModal(); } else { // Fallback - directly show the modal const modal = document.getElementById('freshMarketplaceModal'); if (modal) { const bsModal = new bootstrap.Modal(modal); bsModal.show(); } } }); } }); });