Web Scraping Library
Project description
Title
salesforce Scraper
Descrption
- With salesforce Scraper you can scrape search results and extract the contents produced by the search result.
- In salesforce 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_Cloud": [
{
"buttonCTAComponent_section": "See the story",
"headingComponent_section": "BCCL is embracing digital innovation to enhance customer experience by offering the right products at the right price.",
"text_stratus_left_col_margin_top_bottom": "Achieve sales success from anywhere."
},
{
"text_stratus_left_col_margin_top_bottom": "Faster, predictable growth begins with a more productive sales team."
},
{
"bodyCopyComponent_section": "Sales Cloud is the perfect customer management solution for whatever phase of growth your company is in. Flexible enough for businesses of any size or industry and scalable for anything you need with the largest enterprise app ecosystem.",
"buttonCTAComponent_section": "Watch their story",
"headingComponent_section": "Powered by technology, WhiteHat Jr grew 30x in 10 months.",
"link_0": "/in/products/sales-cloud/features/contact-management-software/?d=cta-body-promo-96",
"link_1": "/in/products/sales-cloud/tools/sales-apps/?d=cta-body-promo-97",
"text_stratus_left_col_margin_top_bottom": "Flexible enough to grow with you. Adapt, iterate, grow, repeat."
}
Run Scraper
from salesforce_scraper import *
link="https://www.salesforce.com/in/products/service-cloud/overview/"
data=run_salesforce_scraper(link)
How it works?
- It takes URL of salesforce page with a search keyword to scrape the data.
- It generates the json data which contains the information of the salesforce 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
File details
Details for the file salesforce_scraper-1.0.0.tar.gz
.
File metadata
- Download URL: salesforce_scraper-1.0.0.tar.gz
- Upload date:
- Size: 3.2 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 | 7c18882a2eb400a5b7dcccf2859afd0fa3c39ace4a9b9b290f201cf09799cc80 |
|
MD5 | 49d00c1d112c527b3d84e32a801d77da |
|
BLAKE2b-256 | fc3120dd81b77a2ad395f644d0171e37d28cc0bd152f47154bf8d87dab3897a2 |