Web Scraping Library
Project description
Title
notion Scraper
Descrption
- With notion Scraper you can scrape search results and extract the contents produced by the search result.
- In notion scraper it will scrape the data present of the website and give json data which contains the details of the contents on the website.
JSON sample data
{
"Scraper_repeat_data_0": [
{
"description": "Advanced features for your org",
"item_link": "/enterprise",
"label": "Enterprise"
},
{
"description": "Run your team on one tool",
"item_link": "/teams",
"label": "Small business"
}
Run Scraper
from notion_scraper import *
link="https://www.notion.so/mobile"
data=run_notion_scraper(link)
How it works?
- It takes URL of notion page with a search keyword to scrape the data.
- It generates the json data which contains the information of the notion search result.
- It gives the every detail present inside website in the form of json data.
Examples
Below are some of the examples of URLs using which you can scrape:
Queries/ Feedback
If you have some queries or feedback please contact us at following
Telegram
Email
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
notion_scraper-1.0.0.tar.gz
(2.7 kB
view details)
File details
Details for the file notion_scraper-1.0.0.tar.gz
.
File metadata
- Download URL: notion_scraper-1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e61daa2403161dd4d59e75460c68e539a17d42bbacde95f7cd3a890c83657289 |
|
MD5 | d7956dc6a14428d73e85a1c10e21baea |
|
BLAKE2b-256 | 176bed4b886acfd9e6e4fddda3a7f865527a1b13066d21154f3d1aa58ee2854b |