Get started
Product
Back
Start here!
Get data with ready-made web scrapers for popular websites
Browse 6,000+ Actors
Apify platform
Apify Store
Pre-built web scraping tools
Actors
Build and run serverless programs
Integrations
Connect with apps and services
AI agents
Equip your AI agents with Actors
Anti-blocking
Scrape without getting blocked
Proxy
Rotate scraper IP addresses
Open source
Crawlee
Web scraping and crawling library
Solutions
Build and monetize MCP servers
Learn how to turn MCP servers into revenue with the latest webinar from our AI team. Available now.
Watch now on YouTube
Web data for
Enterprise
Startups
Universities
Nonprofits
Use cases
Data for generative AI
Lead generation
Market research
Sentiment analysis
View more →
Consulting
Apify Professional Services
Apify Partners
Developers
Documentation
Full reference for the Apify platform
Code templates
Python, JavaScript, and TypeScript
Web scraping academy
Courses for beginners and experts
Monetize your code
Publish your scrapers and get paid
Learn
API reference
CLI
SDK
Earn from your code
$495k paid out in August alone. Many developers earn $3k+ every month.
Start earning now
Resources
Help and support
Advice and answers about Apify
Submit your ideas
Tell us the Actors you want
Changelog
See what’s new on Apify
Customer stories
Find out how others use Apify
Company
About Apify
Contact us
Blog
Live events
Partners
Jobs
We're hiring!
Join our Discord
Talk to scraping experts
Pricing
Contact sales
Pay per usage
vexing_lease/businessscraper2
Developed by
bvtyno4rl2@mailauto.store
0.0 (0)
0
2
Last modified
a year ago
Other
apify/web-scraper
Crawls arbitrary websites using a web browser and extracts structured data from web pages using a provided JavaScript function. The Actor supports both recursive crawling and lists of URLs, and automatically manages concurrency for maximum performance.
Apify
97K
4.8
apify/cheerio-scraper
Crawls websites using raw HTTP requests, parses the HTML with the Cheerio library, and extracts data from the pages using a Node.js code. Supports both recursive crawling and lists of URLs. This actor is a high-performance alternative to apify/web-scraper for websites that do not require JavaScript.
10K
4.9
apify/puppeteer-scraper
Crawls websites with the headless Chrome and Puppeteer library using a provided server-side Node.js code. This crawler is an alternative to apify/web-scraper that gives you finer control over the process. Supports both recursive crawling and list of URLs. Supports login to website.
9.6K
5.0
apify/rag-web-browser
Web browser for OpenAI Assistants, RAG pipelines, or AI agents, similar to a web browser in ChatGPT. It queries Google Search, scrapes the top N pages, and returns their content as Markdown for further processing by an LLM. It can also scrape individual URLs.
6.1K
jungle_synthesizer/fmcsa-dot-crawler
Crawl the SAFER DOT.GOV database for publicly registered vehicles. Supports Address, phone, email, DUNS and other registration details. Perfect for Lead Generation!
BowTiedRacoon
120
muhammetakkurtt/dexscreener-scraper
DexScreener Token Scraper collects real-time cryptocurrency data from DexScreener. It extracts token prices, liquidity, volumes and transactions across multiple blockchains (Solana, Ethereum, BSC). Supports custom sorting, time frames and delivers comprehensive token analytics for market analysis.
Muhammet Akkurt
405
mtrunkat/url-list-download-html
This actor takes a list of URLs and downloads HTML of each page.
Marek Trunkát
8.8K
apify/screenshot-url
Create a screenshot of a website based on a specified URL. The screenshot is stored as the output in a key-value store. It can be used to monitor web changes regularly after setting up the scheduler.
4.3K
muhammetakkurtt/truth-social-scraper
Extract Truth Social profile posts with this professional Apify actor tool. Collect content from Donald Trump and key profiles. Analyze interactions, media and replies with real-time data. Ideal for political monitoring, market research and trend analysis. API integration for real-time data flow.
731
silva95gustavo/linkedin-ad-library-scraper
Extract ads of any format from LinkedIn Ad Library. Gain access to ad details, ad copy, media URL, call-to-action buttons and more. Dive deeper into the LinkedIn Ad Library for a competitive edge.
Gustavo Silva (Coherent Paradox)
1.7K
Description
JSON Example
startUrlsstringRequired
startUrls
URLs to start with
Default value of this property is "https://infodoanhnghiep.com/Ha-Noi/"
"https://infodoanhnghiep.com/Ha-Noi/"
pageStartintegerRequired
pageStart
Page to start with
Default value of this property is 1
1
pageEndintegerRequired
pageEnd
Page to end with
Default value of this property is 100
100
proxyConfigurationobjectOptional
proxyConfiguration
Specifies proxy servers that will be used by the scraper in order to hide its origin.
Default value of this property is {"useApifyProxy":true}
{"useApifyProxy":true}