Instructure scraper
Project description
Title
Instructure Scraper
Descrption
- With instructure Scraper you can scrape search results and extract the contents produced by the search result.
- In instructure scraper it will scrape the data present of the website and give json data which contains the details of the contents on the website.
- It gives the every detail present inside website in the form of json data such as the text, links, menu links etc .
JSON sample data
{
"Scraper_Main_Australia": [
{
"canvas_link": "/en-au/canvas/k-12",
"column_8": "K-12",
"menu_item_expanded_accordion_parent_has_toggle": [
{
"link": "/en-au/canvas/k-12/online-blended-learning",
"text": "\nSolutions by Need\n\n\nOnline & Blended Learning \n\n\nImprove Student Outcomes\n\n\nIntegrations with Other Tools\n\n\n"
},
{
"link": "/en-au/canvas/k-12/administrators",
"text": "\nSolutions by Role\n\n\nFor Administrators\n\n\nFor IT/Technologists\n\n\nFor Educators\n\n\nFor Students & Parents\n\n\n"
}
]
}
Run Scraper
from instructure_scraper import *
link="https://www.instructure.com/en-au/product/canvas/k-12/studio"
data=run_instructure_scraper(link)
How it works?
- It takes URL of instructure page with a search keyword to scrape the data.
- It generates the json data which contains the information of the instructure search result.
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
File details
Details for the file instructure_scraper-1.0.1.tar.gz
.
File metadata
- Download URL: instructure_scraper-1.0.1.tar.gz
- Upload date:
- Size: 2.9 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 | bcccf5122c3f74a9254740ff72c99153552a1560638241379861b56a2e058f2b |
|
MD5 | bdc44461ddffad485c759f9740826285 |
|
BLAKE2b-256 | c40aed7f44f09875bb4e0de4e31b90f7b4dae29124ea1d3806bbbe34cf40a8c5 |