You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-23Lines changed: 0 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,10 +102,6 @@ Below is a comprehensive table of all available tools, how to use them with an a
102
102
| apify_run_actor |`agent.tool.apify_run_actor(actor_id="apify/website-content-crawler", run_input={"startUrls": [{"url": "https://example.com"}]})`| Run any Apify Actor with arbitrary input |
103
103
| apify_scrape_url |`agent.tool.apify_scrape_url(url="https://example.com")`| Scrape a URL and return its content as markdown |
104
104
| apify_google_search_scraper |`agent.tool.apify_google_search_scraper(search_query="best AI frameworks")`| Search Google and return structured results |
105
-
| apify_google_places_scraper |`agent.tool.apify_google_places_scraper(search_query="restaurants in Prague")`| Search Google Maps for businesses and places |
| apify_website_content_crawler |`agent.tool.apify_website_content_crawler(start_url="https://docs.example.com")`| Crawl a website and extract content from multiple pages |
108
-
| apify_ecommerce_scraper |`agent.tool.apify_ecommerce_scraper(url="https://www.amazon.com/dp/B0TEST")`| Scrape product data from e-commerce websites |
0 commit comments