apiverve-seoscraper 1.0.11

Creator: railscoder56

Last updated:

Add to Cart

Description:

apiverveseoscraper 1.0.11

SEO Scraper API
SEO Scraper is a simple tool for scraping SEO data. It returns the meta title, meta description, and more.



This is a Python API Wrapper for the SEO Scraper API

Installation
pip install apiverve-seoscraper


Configuration
Before using the seoscraper API client, you have to setup your account and obtain your API Key.
You can get it by signing up at https://apiverve.com

Usage
The SEO Scraper API documentation is found here: https://docs.apiverve.com/api/seoscraper.
You can find parameters, example responses, and status codes documented here.
Setup
# Import the client module
from apiverve_seoscraper.apiClient import SeoscraperAPIClient

# Initialize the client with your APIVerve API key
api = SeoscraperAPIClient("[YOUR_API_KEY]")


Perform Request
Using the API client, you can perform requests to the API.
Define Query
query = { "url": "https://ebay.com" }

Simple Request
# Make a request to the API
result = api.execute(query)

# Print the result
print(result)

Example Response
{
"status": "ok",
"error": null,
"data": {
"url": "https://www.ebay.com/",
"canonical": "https://www.ebay.com",
"title": "",
"image": "",
"author": "",
"description": "Buy & sell electronics, cars, clothes, collectibles & more on eBay, the world's online marketplace. Top brands, low prices & free shipping on many items.",
"keywords": "",
"source": "",
"price": "",
"priceCurrency": "",
"availability": "",
"robots": "",
"jsonld": {
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://www.ebay.com/#webpage",
"url": "https://www.ebay.com",
"author": {
"@type": "Corporation",
"@id": "https://www.ebay.com/#corporation",
"url": "https://www.ebay.com",
"logo": "https://ir.ebaystatic.com/rs/v/fxxj3ttftm5ltcqnto1o4baovyl.png",
"description": "eBay Inc. is an American multinational e-commerce corporation based in San Jose, California, that facilitates consumer-to-consumer and business-to-consumer sales through its website. eBay was founded by Pierre Omidyar in the autumn of 1995, and became a notable success story of the dot-com bubble. eBay is a multibillion-dollar business with operations in about 30 countries, as of 2011. The company manages the eBay website, an online auction and shopping website in which people and businesses buy and sell a wide variety of goods and services worldwide. The website is free to use for buyers, but sellers are charged fees for listing items after a limited number of free listings, and again when those items are sold.",
"founder": {
"@type": "Person",
"@id": "https://www.ebay.com/#founder",
"name": "Pierre Omidyar"
},
"foundingDate": "1995-09-03",
"foundingLocation": "San Jose, CA",
"name": "eBay",
"legalName": "eBay Inc.",
"contactPoint": {
"@type": "ContactPoint",
"availableLanguage": [
{
"@type": "Language",
"name": "English",
"alternateName": "en"
},
{
"@type": "Language",
"name": "Spanish",
"alternateName": "es"
}
],
"contactOption": "TollFree",
"contactType": "Customer Service",
"telephone": "+1-866-961-9253"
}
},
"isPartOf": {
"@type": "WebSite",
"@id": "https://www.ebay.com/#website",
"url": "https://www.ebay.com",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.ebay.com/sch/i.html?_nkw={srch_str}&ssPageName=GSTL",
"query-input": "required name=srch_str"
}
},
"inLanguage": "EN",
"sameAs": [
"https://www.facebook.com/ebay/",
"https://www.pinterest.com/ebay/",
"https://twitter.com/eBay",
"https://www.linkedin.com/company/ebay/",
"https://www.youtube.com/ebay",
"https://www.instagram.com/ebay/"
]
},
"og:url": "https://www.ebay.com",
"og:locale": "",
"og:locale:alternate": "",
"og:title": "Electronics, Cars, Fashion, Collectibles & More | eBay",
"og:type": "website",
"og:description": "Buy & sell electronics, cars, clothes, collectibles & more on eBay, the world's online marketplace. Top brands, low prices & free shipping on many items.",
"og:determiner": "",
"og:site_name": "eBay",
"og:image": "https://ir.ebaystatic.com/cr/v/c1/ebay-logo-1-1200x630-margin.png",
"og:image:secure_url": "",
"og:image:type": "",
"og:image:width": "",
"og:image:height": "",
"twitter:title": "Electronics, Cars, Fashion, Collectibles & More | eBay",
"twitter:description": "Buy & sell electronics, cars, clothes, collectibles & more on eBay, the world's online marketplace. Top brands, low prices & free shipping on many items.",
"twitter:image": "https://ir.ebaystatic.com/cr/v/c1/ebay-logo-1-1200x1200-margin.png",
"twitter:image:alt": "",
"twitter:card": "summary",
"twitter:site": "@eBay",
"twitter:site:id": "",
"twitter:url": "",
"twitter:account_id": "",
"twitter:creator": "",
"twitter:creator:id": "",
"twitter:player": "",
"twitter:player:width": "",
"twitter:player:height": "",
"twitter:player:stream": "",
"twitter:app:name:iphone": "",
"twitter:app:id:iphone": "",
"twitter:app:url:iphone": "",
"twitter:app:name:ipad": "",
"twitter:app:id:ipad": "",
"twitter:app:url:ipad": "",
"twitter:app:name:googleplay": "",
"twitter:app:id:googleplay": "",
"twitter:app:url:googleplay": "",
"responseBody": "",
"viewport": "width=device-width, initial-scale=1, user-scalable=yes, minimum-scale=1",
"360-site-verification": "5f0e3731bf6d3fc8b2f58b1a585a788f",
"fb:app_id": "102628213125203",
"msvalidate.01": "34E98E6F27109BE1A9DCF19658EEEE33",
"referrer": "unsafe-url",
"y_key": "acf32e2a69cbc2b0",
"google-site-verification": "8kHr3jd3Z43q1ovwo0KVgo_NZKIEMjthBxti8m8fYTg",
"yandex-verification": "6e11485a66d91eff"
}
}


Customer Support
Need any assistance? Get in touch with Customer Support.

Updates
Stay up to date by following @apiverveHQ on Twitter.

Legal
All usage of the APIVerve website, API, and services is subject to the APIVerve Terms of Service and all legal documents and agreements.

License
Licensed under the The MIT License (MIT)
Copyright (©) 2024 APIVerve, and Evlar LLC
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.