serpapi
Version:
Scrape and parse search engine results using SerpApi.
65 lines • 1.18 kB
JSON
{
"name": "serpapi",
"version": "2.2.1",
"description": "Scrape and parse search engine results using SerpApi.",
"keywords": [
"serpapi",
"serp api",
"scrape",
"google",
"search",
"api",
"query",
"json",
"html",
"image",
"automated",
"localization",
"news",
"seo",
"walmart",
"yahoo",
"yandex",
"scholar",
"bing",
"baidu",
"ebay",
"youtube",
"apple",
"store",
"app",
"homedepot",
"naver",
"duckduckgo"
],
"repository": {
"type": "git",
"url": "git+https://github.com/serpapi/serpapi-javascript.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/serpapi/serpapi-javascript/issues"
},
"main": "./script/mod.js",
"module": "./esm/mod.js",
"exports": {
".": {
"import": "./esm/mod.js",
"require": "./script/mod.js"
}
},
"contributors": [
{
"name": "Sebastian Quek",
"email": "sebastian@serpapi.com"
},
{
"name": "Yicheng Zhou",
"email": "zyc9012@gmail.com"
}
],
"devDependencies": {
"@types/node": "^20.9.0"
},
"_generatedBy": "dnt@0.40.0"
}