UNPKG

senginta

Version:

All in one Search Engine Scrapper for used by API or Node JS library. It's Free & Lightweight!

10 lines (9 loc) 491 B
GOOGLE_URLS = { 'GOOGLE': 'https://www.google.com/search?q={0}&start={1}', 'GOOGLE_SCHOLAR': 'https://scholar.google.com/scholar?q={0}&start={1}', 'GOOGLE_VIDEO': 'https://www.google.com/search?q={0}&tbm=vid&start={1}', 'GOOGLE_BOOKS': 'https://www.google.com/search?q={0}&tbm=bks&start={1}', 'GOOGLE_NEWS': 'https://www.google.com/search?q={0}&tbm=nws&start={1}', 'GOOGLE_SHOP': 'https://www.google.com/search?q={0}&tbm=shop&start={1}' } module.exports = { GOOGLE_URLS }