Transform Web Data into Actionable Insights with PullAPI's Scraping & AI API
PullAPI delivers cutting-edge web scraping and AI-powered data extraction solutions that transform raw data into actionable insights fast, efficiently, and at scale.
With a robust API that combines advanced web scraping with intelligent AI analysis, PullAPI empowers developers, businesses, and analysts to unlock the full potential of online data.
Fetch search results from major search engines with structured data output.
Advanced stealth web scraping using rotating proxies and captcha bypass.
Seamless integration with HuggingFace Transformers models.
Extract email addresses associated with a company domain.
Find domain names from company names with high accuracy.
Analyze web content with a custom prompt and get actionable data.
$0.001 / credit
Get started with 2500 free credits. Pay as you go with credits that never expire.
Fetch search engine results from multiple search engines including Google, DuckDuckGo, Yahoo, Bing, and Yandex. Get structured data with position rankings, titles, descriptions, and URLs.
Track search rankings and monitor competitor visibility across multiple search engines.
Gather insights about product placement and brand visibility in search results.
Analyze top-ranking content to inform your content creation and optimization efforts.
Monitor competitor rankings and identify opportunities in search results.
Track campaign performance and optimize search visibility across multiple platforms.
Monitor rankings and analyze search results for client websites.
Research topics and analyze high-ranking content in their niche.
Gather market intelligence and track competitive positioning in search results.
google | duckduckgo | yahoo | bing | yandex
Number of pages to fetch
Search query string
curl -X GET "https://www.pullapi.com/api/v1/serp?search_engine=duckduckgo&pages_number=2&query=tesla" \
-H 'accept: application/json'\
-H 'authorization: Bearer YOUR_API_TOKEN'
{
"response": {
"data": {
"serp": [
{
"site_name": "Aramisauto",
"url": "https://duckduckgo.com/y.js?ad_domain=aramisauto.com&ad_provider=bingv7aa&ad_type=txad&click_metadata=6HSno15e28hCDcnmcrb_A2pmqoJYJwX_hvwC58LKxltbLSSAOZ325KLWNg8mGHWbt%2D3GRex%2D2PJze8%2DPdVseF2mC2b4oVFMGgwWDDvW%2DIoAo8FXrdGBeBYqpvwve5Q%2DK.Fz7YbFk_k96xDO8KDfwbig&eddgt=5y7mQRZ1J5gMSfV9mQuDxg%3D%3D&rut=1264fed111d73c0dfd8e032557df75d58643ed613002dff82700432d882fc01b&u3=https%3A%2F%2Fwww.bing.com%2Faclick%3Fld%3De8kuai9mIMYT9QFVU1uTAihzVUCUw2g570HYDYrFpq8Qi2x6tm8p7AcEU3tsYFcpRdSqtvToSeLB6ul_ktPSLrSa%2Do4kpJgnIz73saXD_X0kpvdooI9RdWdYKo2ZwZot64Iz_Yktiqp%2D0kGpQGix2TEnW1mFTiGRtLn5GGOJCO9X8S4OZKD7JOTK%2DTgL_sF91cb4RP5w%26u%3DaHR0cHMlM2ElMmYlMmZ3d3cuYXJhbWlzYXV0by5jb20lMmZ2b2l0dXJlcyUyZnRlc2xhJTJmbW9kZWwteCUyZm9mZnJlcyUyZiUzZmNtcGlkJTNkcHNfa3lfTVNOX1ZOX1NFQVJDSF9HRU5fTU9ERUxFJTI2bXNjbGtpZCUzZDM1NjczOGZmMjA5OTFjYWNiYzY3NWYxOThmMWI2Mjc1JTI2dXRtX3NvdXJjZSUzZGJpbmclMjZ1dG1fbWVkaXVtJTNkY3BjJTI2dXRtX2NhbXBhaWduJTNkVk5fU0VBUkNIX0dFTl9NT0RFTEVfTkVXJTI2dXRtX3Rlcm0lM2R0ZXNsYSUyNTIwbW9kZWwlMjUyMHglMjZ1dG1fY29udGVudCUzZFRlc2xhJTI1MjBNb2RlbCUyNTIwWA%26rlid%3D356738ff20991cacbc675f198f1b6275&vqd=4-102996141944316983333655616807852445662&iurl=%7B1%7DIG%3D2A69C2F15D4549EDA278491841792DE1%26CID%3D187F10F6DF406B121892054BDE176A43%26ID%3DDevEx%2C5047.1",
"title": "neufs Tesla Model X | Avec ou Sans Apport Ad",
"description": "Véhicules neufs et suréquipés. Devis simple et rapide en ligne. Tesla Model X? Votre Voiture Neuve Ou Occasion Livrée chez Vous en 24H",
"position": 1
},
{
"site_name": "Tesla",
"url": "https://www.tesla.com/",
"title": "Tesla",
"description": "Tesla accelerates the world's transition to sustainable energy with electric cars, solar, and integrated renewable energy solutions for homes and businesses.",
"position": 2
}
]
}
}
}
Perform inference using any transformer model from Hugging Face. Get predictions for tasks like summarization, text generation, sentiment analysis, and more, with structured output from the model.
Generate concise summaries of long documents or articles using state-of-the-art models.
Analyze the sentiment of customer reviews or social media posts for insights.
Create human-like text for content creation or chatbot responses.
Extract answers from text based on user-provided questions.
Run experiments with transformer models without managing infrastructure.
Integrate advanced NLP capabilities into applications with ease.
Automate content generation and summarization tasks for efficiency.
Extract insights from text data for decision-making and reporting.
summarization | text-generation | sentiment-analysis | question-answering | etc.
Hugging Face model name (e.g., sshleifer/distilbart-cnn-12-6)
Input text for the model to process
curl -X POST "https://www.pullapi.com/api/v1/hf_inference" \
-H 'accept: application/json'\
-H 'authorization: Bearer YOUR_API_TOKEN'\
-H 'content-type: application/json' \
-d '{
"task":"summarization",
"model":"sshleifer/distilbart-cnn-12-6",
"input":"The quick brown fox jumps over the lazy dog"
}'
{
"response": {
"data": {
"task": "summarization",
"model": "sshleifer/distilbart-cnn-12-6",
"input": "The quick brown fox jumps over the lazy dog",
"output": [
{
"summary_text": " The quick brown fox"
}
]
}
}
}
Run custom JavaScript code on any web page to extract content. Scrape data dynamically and return structured results tailored to your needs.
Pull specific content like prices, reviews, or articles from websites for analysis.
Scrape competitor websites to track updates, pricing, or product changes.
Collect data from multiple sources to build curated content or databases.
Extract metadata, keywords, or links from pages to analyze SEO strategies.
Build tools or apps that require dynamic web data without complex scraping setups.
Gather insights from competitor sites or industry trends for campaigns.
Collect data from web sources for studies or reports efficiently.
Monitor market trends or competitor activity with custom data extraction.
The web page URL to scrape (e.g., https://taboola.com)
Custom JavaScript code to execute and return data (e.g., return { content: document.body.innerText })
curl -X POST "https://www.pullapi.com/api/v1/scrap_web_page" \
-H 'accept: application/json'\
-H 'authorization: Bearer YOUR_API_TOKEN'\
-H 'content-type: application/json' \
-d '{
"url":"https://taboola.com",
"js_script":"return { content: document.body.innerText }"
}'
{
"response": {
"data": {
"web_page": {
"content": "Advertisers Publishers Taboola News Company Resources\nLogin Get Started EN \nPerformance Beyond Search and Social\n\nGrow your business through performance advertising technology that delivers measurable outcomes.\n\nGet Started\nOutcomes at Scale Beyond Search and Social\n Watch Video\n\nDiverse inventory, all placement types, scale that moves the needle\n\nSpecialized Performance AI Driving Conversions and Actions\n\nUnique 1st Party data from powering publisher editorial and ad units\n\nUse any creative to meet your objectives, far beyond native\n\nAdvertisers winning with Realize\neCommerce\nEnterprise brands\nAgencies\n\n679% Average ROAS\n\n100K Leads/mo\n\n+50% CTR\n\n+50% ROAS\n\n+130% CVR\n\n+25% Leads Generated\n\n+26% Brand Affinity\n\n+291% Retargeting CVR\n\n2X Avg. Session Duration\n\n+30% Purchase Intent\n\n-42% Cost per Sale\n\n +42% Video Completion Rate\n\nSpecialized Performance\nNot Full Funnel Promises\n\nSuccessful Performance Advertisers Focus on Conversion and Action Stages\n\nCONSIDERATION\nIntent Prospecting\n\nDiscover & qualify high intent audiences based on their interactions with your ads or site\n\nACTION\nConversion Targeting\n\nClose the deal with qualified audiences\n\nYour Ads on Trusted Media Properties\nAdvertise Smarter with Tools that Drive Success\nContact Us\nAd Experiences that Drive Performance\n\nUtilize tailored creative solutions, seamless asset creation, and brand suitability tools to optimize campaigns and drive impactful results at every stage of the performance funnel.\n\nPowerful Performance AI\n\nHarness Taboola’s AI, powered by 17 years of unique publisher data, delivering highly-targeted, scalable ads that maximize ROI and drive growth.\n\n1st Party Audience Targeting Solutions\n\nLeverage scale, first-party data, AI, and privacy-focused tech to connect with the right audiences and drive performance.\n\nIntuitive and Effective Campaign Management\n\nTap into powerful, user-friendly tools with high transparency and control for seamless campaign management and optimization.\n\nMaster Your Digital Marketing\nEngagement\nIncrease website engagement by attracting users who are most likely to connect with your brand or product.\nLeads\nPurchases\nMeasurable Outcomes\nGet Started\nAdvertiser Success Stories\neToro Boosts Global Acquisition with Taboola: 30% Conversion Success\n\neToro sought a new media channel to enhance their global acquisition and branding efforts. By partnering with Taboola, they achieved a 30% conversion rate from registrations to paying users and reduced CPM costs by 40%.\n\nRead more\nBosch Home Appliances Sees Significant Traffic Increase With Taboola\n\nSegmenta and Bosch Home Germany achieved convincing results in all relevant metrics such as CPC and CTR as well as Cost per Visit and Cost per Product View. The results were also very competitive compared to the accompanying social campaign.\n\nRead More\nHyundai Achieves 30% Lower Cost per Session with Taboola\n\nHyundai partnered with Taboola to boost their campaign performance, resulting in a 30% lower Cost per Session. They also achieved a 26% lower Cost per Lead and a 10% lower Bounce Rate compared to other channels like Display and Social.\n\nRead More\n10,000 Customers in 6 Months: Lifeboost's Success with Taboola\n\nWith Taboola, Lifeboost was able to convert 10,000 customers in 6 months, while achieving a CPA 75% lower than their goal with retargeting, and 87% lower than their goal with Attentive Audiences.\n\nRead More\nAustria Tourism Sees 33% Boost with Taboola\n\nAustria Tourism experienced a 33% performance increase across all campaigns by replacing banner display advertising with Taboola.\n\nRead More\nReach your best audience at the lowest cost!\nGet Started\nContact Us\nFor Advertisers\nAdvertise\nAbby: AI Ad Assistant\nGenAI Ad Maker\nCreative Shop\nConnexity\nTaboola Trends\nAdvertising Trends\nTrending Topics\nTrending Images\nHeadline Analyzer\nFor Digital Properties\nPublishers\nNewsroom\nTaboola News\nSkimlinks\nCompany\nThe Taboola Story\nSocial Responsibility\nCareers\nOur Offices\nPress Center\nManagement\nBoard\nResources\nMarketing Hub\nEngineering Blog\nAll Resources\nBrand Guidelines\nDev Center\nContent Policies\nTrust Center\nAdvertisers Help Center\nPublishers Help Center\nGuides and Knowledge\nGoogle Ads Alternatives\nMeta Ads Alternatives\nLanding Page\nPerformance Marketing\nAffiliate Marketing\nAd Spend Optimization\nBuying Website Traffic\neCommerce Marketing Strategy\neComm Conversion Optimization\nDropshipping\nCookie Policy\nTerms of Use\nOpt Out\n3rd Party Online Advertising\nDo Not Sell or Share My Personal Info\nOSS Attribution\nPrivacy Policy"
}
}
}
}
Run custom JavaScript code across multiple web pages to extract content. Scrape data dynamically from a list of URLs and return structured results tailored to your specifications.
Extract data like product details or news articles from multiple websites at once.
Scrape multiple competitor sites to compare pricing, features, or updates.
Gather insights from various sources to analyze trends or consumer behavior.
Collect metadata or content from multiple pages to evaluate SEO performance.
Compile large datasets from multiple web sources for analysis.
Automate data extraction across multiple pages for app development.
Monitor industry trends or competitors across multiple websites.
Track product pricing or availability from various online stores.
Array of web page URLs to scrape (e.g., ["https://taboola.com", "https://google.com"])
Custom JavaScript code to execute and return data (e.g., return { url: document.location.href, content: document.body.innerText })
curl -X POST "https://www.pullapi.com/api/v1/scrap_web_pages" \
-H 'accept: application/json'\
-H 'authorization: Bearer YOUR_API_TOKEN'\
-H 'content-type: application/json' \
-d '{
"urls": ["https://taboola.com","https://google.com"],
"js_script": "return { url: document.location.href, content: document.body.innerText }"
}'
{
"response": {
"data": {
"web_pages": [
{
"url": "https://www.google.com/",
"content": "À propos\nGoogle Store\nGmailImages\nConnexion\n \nFrance\nPublicité\nEntreprise\nComment fonctionne la recherche Google ?\nNotre troisième décennie d'action pour le climat\nSignaler un contenu inapproprié\nInfo consommateurs\nConfidentialité\nConditions\nParamètres\nFR\nSe connecter\nAvant d'accéder à Google\nNous utilisons des cookies et d'autres données pour :\nProposer les services Google et s'assurer qu'ils fonctionnent correctement\nSuivre les interruptions de service et protéger contre le spam, les fraudes et les abus\nMesurer l'engagement de l'audience et les statistiques des sites pour comprendre la façon dont nos services sont utilisés et pour améliorer leur qualité\nSi vous cliquez sur \"Tout accepter\", nous utiliserons également des cookies et d'autres données pour :\nDévelopper de nouveaux services et les améliorer\nDiffuser des annonces et évaluer leur efficacité\nProposer des contenus personnalisés en fonction de vos paramètres\nAfficher des annonces personnalisées en fonction de vos paramètres\nSi vous cliquez sur \"Tout refuser\", nous n'utiliserons pas de cookies pour ces fins supplémentaires.\nLes contenus non personnalisés dépendent, par exemple, du contenu du site que vous consultez, de l'activité de votre session de recherche en cours et de votre position. Les annonces non personnalisées dépendent du contenu du site que vous consultez et de votre position approximative. Les annonces et les contenus personnalisés peuvent aussi inclure des résultats plus pertinents, des recommandations et des annonces adaptées en fonction de votre activité passée sur ce navigateur, comme vos précédentes recherches sur Google. Le cas échéant, nous adaptons également l’expérience en fonction de l’âge de l’utilisateur à l'aide de cookies et de données.\nCliquez sur \"Plus d'options\" pour afficher plus d'informations, y compris sur la manière de gérer vos paramètres de confidentialité. Vous pouvez aussi consulter la page g.co/privacytools à tout moment.\nTout refuser\nTout accepter\nPlus d'options\nConfidentialité\n·\nConditions d'utilisation"
},
{
"url": "https://www.taboola.com/",
"content": "Press enter for Accessibility for blind people\nwho use screen readers\nPress enter for Keyboard Navigation\nPress enter for Accessibility menu\nSkip to Main Content\nSkip to Footer\nAdvertisers Publishers Taboola News Company Resources\nLogin Get Started EN \nPerformance Beyond Search and Social\n\nGrow your business through performance advertising technology that delivers measurable outcomes.\n\nGet Started\nOutcomes at Scale Beyond Search and Social\n Watch Video\n\nDiverse inventory, all placement types, scale that moves the needle\n\nSpecialized Performance AI Driving Conversions and Actions\n\nUnique 1st Party data from powering publisher editorial and ad units\n\nUse any creative to meet your objectives, far beyond native\n\nAdvertisers winning with Realize\neCommerce\nEnterprise brands\nAgencies\n\n679% Average ROAS\n\n100K Leads/mo\n\n+50% CTR\n\n+50% ROAS\n\n+130% CVR\n\n+25% Leads Generated\n\n+26% Brand Affinity\n\n+291% Retargeting CVR\n\n2X Avg. Session Duration\n\n+30% Purchase Intent\n\n-42% Cost per Sale\n\n +42% Video Completion Rate\n\nSpecialized Performance\nNot Full Funnel Promises\n\nSuccessful Performance Advertisers Focus on Conversion and Action Stages\n\nCONSIDERATION\nIntent Prospecting\n\nDiscover & qualify high intent audiences based on their interactions with your ads or site\n\nACTION\nConversion Targeting\n\nClose the deal with qualified audiences\n\nYour Ads on Trusted Media Properties\nAdvertise Smarter with Tools that Drive Success\nContact Us\nAd Experiences that Drive Performance\n\nUtilize tailored creative solutions, seamless asset creation, and brand suitability tools to optimize campaigns and drive impactful results at every stage of the performance funnel.\n\nPowerful Performance AI\n\nHarness Taboola’s AI, powered by 17 years of unique publisher data, delivering highly-targeted, scalable ads that maximize ROI and drive growth.\n\n1st Party Audience Targeting Solutions\n\nLeverage scale, first-party data, AI, and privacy-focused tech to connect with the right audiences and drive performance.\n\nIntuitive and Effective Campaign Management\n\nTap into powerful, user-friendly tools with high transparency and control for seamless campaign management and optimization.\n\nMaster Your Digital Marketing\nEngagement\nIncrease website engagement by attracting users who are most likely to connect with your brand or product.\nLeads\nPurchases\nMeasurable Outcomes\nGet Started\nAdvertiser Success Stories\neToro Boosts Global Acquisition with Taboola: 30% Conversion Success\n\neToro sought a new media channel to enhance their global acquisition and branding efforts. By partnering with Taboola, they achieved a 30% conversion rate from registrations to paying users and reduced CPM costs by 40%.\n\nRead more\nBosch Home Appliances Sees Significant Traffic Increase With Taboola\n\nSegmenta and Bosch Home Germany achieved convincing results in all relevant metrics such as CPC and CTR as well as Cost per Visit and Cost per Product View. The results were also very competitive compared to the accompanying social campaign.\n\nRead More\nHyundai Achieves 30% Lower Cost per Session with Taboola\n\nHyundai partnered with Taboola to boost their campaign performance, resulting in a 30% lower Cost per Session. They also achieved a 26% lower Cost per Lead and a 10% lower Bounce Rate compared to other channels like Display and Social.\n\nRead More\n10,000 Customers in 6 Months: Lifeboost's Success with Taboola\n\nWith Taboola, Lifeboost was able to convert 10,000 customers in 6 months, while achieving a CPA 75% lower than their goal with retargeting, and 87% lower than their goal with Attentive Audiences.\n\nRead More\nAustria Tourism Sees 33% Boost with Taboola\n\nAustria Tourism experienced a 33% performance increase across all campaigns by replacing banner display advertising with Taboola.\n\nRead More\nReach your best audience at the lowest cost!\nGet Started\nContact Us\nFor Advertisers\nAdvertise\nAbby: AI Ad Assistant\nGenAI Ad Maker\nCreative Shop\nConnexity\nTaboola Trends\nAdvertising Trends\nTrending Topics\nTrending Images\nHeadline Analyzer\nFor Digital Properties\nPublishers\nNewsroom\nTaboola News\nSkimlinks\nCompany\nThe Taboola Story\nSocial Responsibility\nCareers\nOur Offices\nPress Center\nManagement\nBoard\nResources\nMarketing Hub\nEngineering Blog\nAll Resources\nBrand Guidelines\nDev Center\nContent Policies\nTrust Center\nAdvertisers Help Center\nPublishers Help Center\nGuides and Knowledge\nGoogle Ads Alternatives\nMeta Ads Alternatives\nLanding Page\nPerformance Marketing\nAffiliate Marketing\nAd Spend Optimization\nBuying Website Traffic\neCommerce Marketing Strategy\neComm Conversion Optimization\nDropshipping\nCookie Policy\nTerms of Use\nOpt Out\n3rd Party Online Advertising\nDo Not Sell or Share My Personal Info\nOSS Attribution\nPrivacy Policy"
}
]
}
}
}
Scrape all accessible web pages within a specified domain using custom JavaScript code. Extract and return structured content from multiple pages across the domain efficiently.
Extract content from all pages of a domain to audit structure, content, or SEO elements.
Scrape an entire competitor domain to analyze product listings, pricing, or updates.
Collect data from all pages of a domain for website migration or archival purposes.
Gather comprehensive data from a domain to study market positioning or offerings.
Analyze an entire domain’s content and structure for optimization insights.
Extract data from a domain for rebuilding, testing, or integration projects.
Study a competitor’s domain-wide data for strategic planning.
Scrape a domain to manage or repurpose content across multiple pages.
The domain to scrape (e.g., skuuudle.com)
Custom JavaScript code to execute and return data (e.g., return { url: document.location.href, content: document.body.innerText })
curl -X POST "https://www.pullapi.com/api/v1/scrap_domain" \
-H 'accept: application/json'\
-H 'authorization: Bearer YOUR_API_TOKEN'\
-H 'content-type: application/json' \
-d '{
"domain": "skuuudle.com",
"js_script": "return { url: document.location.href, content: document.body.innerText }"
}'
{
"response": {
"data": {
"web_pages": [
{
"url": "http://skuuudle.com/#",
"content": "Product\nPricing\nCompany\nResources\nLogin\nBook demo\nCompetitive Pricing Intelligence\nSet your prices\nwith confidence.\n\nPricing, Buying, and Merchandising Leaders\n\nTrack competitor pricing, promotions, and availability with Skuuudle’s high accuracy, high coverage service.\n\nBook demo\n\nTrusted by hundreds of major retailers, brands and manufacturers\n\nPricing leaders, does this sound familiar?\nYou're missing hundreds of matches, and the matches you’ve got are full of mistakes.\nYour competitor data is patchy, often turns up late, and sometimes doesn’t turn up at all.\nYou can’t just act on your pricing intelligence, because you have to check everything yourself.\nIncrease pricing productivity with trustworthy data.\n\nWe know that your ability to do your work, and your credibility with your colleagues, is tied up with the quality of the competitive data you receive.\n\nSkuuudle delivers price index reporting you can rely on for price setting, weekly trading meetings, and executive updates.\n\nSpeak to sales >\nProduct Matching\n\nCompetitor products matched, even own-label.\n\nPrice Scraping\n\nAccess competitor pricing, promotions, stock & more.\n\nQuality Control\n\nData you can trust. No bad matches, no faulty prices.\n\nPricing Dashboard\n\nCompetitive pricing KPIs for pricing & buying teams.\n\nMeet our customers.\n\n“Skuuudle has played an essential role in enabling us to stay ahead of the game when it comes to competitive pricing.”\n\nJim Brown,\nCEO @ Paperstone.\n\nRead more case studies >\nFAQs\n\nNot finding the answers you're looking for? Feel free to contact us.\n\nWhat ROI should I expect from high quality pricing intelligence?\n+\nWhat data points can Skuuudle collect?\n+\nWhich competitors and marketplaces does Skuuudle monitor?\n+\nHow does Skuuudle guarantee accurate pricing intelligence?\n+\nHow often does Skuuudle collect pricing and product data?\n+\nWhat if my competitors have region-based pricing?\n+\nDo I have to make my own product matches with Skuuudle?\n+\nHow long does it take to get set up with Skuuudle?\n+\nDo I have to provide you with competitor URLs?\n+\nWe currently collect data by hand, why should I use Skuuudle?\n+\nIs price scraping legal?\n+\nWhich companies does Skuuudle work with?\n+\nHow much does Skuuudle cost?\n+\nWhy is it worth paying more for Skuuudle than for other providers?\n+\nHow long has Skuuudle been in business?\n+\n\nJoin the most advanced pricing teams at the world’s largest retailers, brands, and distributors. Get your Skuuudle demo today.\n\nBook demo\nSkuuudle\n+44 (0)8448 582 582\n1st Floor, Cotton House\n12-18 Queen St\nManchester\nUnited Kingdom\nM2 5HS\nPricing\n\n\nAbout\n\n\nContact\n\n\nPrivacy Policy\n\n\nPress\n\n\nPricing Intelligence\n\n\nProduct Matching\n\n\nEcommerce Scraping\n\n\nMap Monitoring\n\n\nCompetitive Pricing\n\n\nCompetitor Price Monitoring\n\n\nPricing Strategies\n\n\nPrice Scraping\n\n\nPrice Monitoring\n\n\nPrice Skimming\n\n\nMarketplace Selling\n\n\nMAP & RRP\n\n\nPrice Elasticity\n\n\n\nCompany number: 08354086 | Registered address: 1st Floor, Cotton House, 12-18 Queen St, Manchester M2 5HS\n\n© 2025 TCM Technology Ltd. All Rights Reserved"
},
{
"url": "http://skuuudle.com/contact",
"content": "Product\nPricing\nCompany\nResources\nLogin\nBook demo\nContact Us\nDetails\nAddress\n1st Floor\nCotton House\n12-18 Queen St\nManchester\nUnited Kingdom\nM2 5HS\nTelephone\n+44 (0)8448 582 582\nEmail\nenquiries@skuuudle.com\nLinkedin\nlinkedin.com/company/skuuudle\nContact form\nSkuuudle\n+44 (0)8448 582 582\n1st Floor, Cotton House\n12-18 Queen St\nManchester\nUnited Kingdom\nM2 5HS\nPricing\n\n\nAbout\n\n\nContact\n\n\nPrivacy Policy\n\n\nPress\n\n\nPricing Intelligence\n\n\nProduct Matching\n\n\nEcommerce Scraping\n\n\nMap Monitoring\n\n\nCompetitive Pricing\n\n\nCompetitor Price Monitoring\n\n\nPricing Strategies\n\n\nPrice Scraping\n\n\nPrice Monitoring\n\n\nPrice Skimming\n\n\nMarketplace Selling\n\n\nMAP & RRP\n\n\nPrice Elasticity\n\n\n\nCompany number: 08354086 | Registered address: 1st Floor, Cotton House, 12-18 Queen St, Manchester M2 5HS\n\n© 2025 TCM Technology Ltd. All Rights Reserved"
},
{
"url": "http://skuuudle.com/resources",
"content": "Product\nPricing\nCompany\nResources\nLogin\nBook demo\nWelcome to our Resource Center.\nThe home of eCommerce insights and pricing strategies.\n4 Reasons for Combining Stock Forecasting Software and Pricing Intelligence tools\n\nSave money and stay competitive when you combine stock forecasting and pricing intelligence.\n\nRead\nPricing Disasters\n\nThe tip of the price-berg: Pricing errors you want to avoid\n\nRead\n<\nThe impact of Covid-19 on brand\nSkuuudle insights report\n4 minute read\nRead\n<\nThe impact of Covid-19 on brand\nSkuuudle insights report\n3 minute read\nRead\nThe impact of Covid-19 on retail\nSkuuudle insights report\n3 minute read\nRead\nCompetitor Price Tracking\nBenefits and risks of price trackers?\n3 minute read\nRead\nCompetitor Pricing Online\nModern techniques and tools\n3 minute read\nRead\nMAP & RRP\nUnderstanding pricing rules\n2 minute read\nRead\nShopify Pricing\nShopify pricing and plans\n4 minute read\nRead\nMarketplace selling\nSuccessful selling guide\n2 minute read\nRead\nPrice Skimming\nPrice skimming explained\n4 minute read\nRead\nPsychological Pricing\nConsumer psychology\n3 minute read\nRead\nPrice Monitoring\nAn introduction to price monitoring\n3 minute read\nRead\nView all articles\nSkuuudle\n+44 (0)8448 582 582\n1st Floor, Cotton House\n12-18 Queen St\nManchester\nUnited Kingdom\nM2 5HS\nPricing\n\n\nAbout\n\n\nContact\n\n\nPrivacy Policy\n\n\nPress\n\n\nPricing Intelligence\n\n\nProduct Matching\n\n\nEcommerce Scraping\n\n\nMap Monitoring\n\n\nCompetitive Pricing\n\n\nCompetitor Price Monitoring\n\n\nPricing Strategies\n\n\nPrice Scraping\n\n\nPrice Monitoring\n\n\nPrice Skimming\n\n\nMarketplace Selling\n\n\nMAP & RRP\n\n\nPrice Elasticity\n\n\n\nCompany number: 08354086 | Registered address: 1st Floor, Cotton House, 12-18 Queen St, Manchester M2 5HS\n\n© 2025 TCM Technology Ltd. All Rights Reserved"
}
]
}
}
}
Retrieve the primary domain associated with a company name. Quickly identify a company’s official website URL based on its name for further analysis or integration.
Find company websites to build contact lists or verify business details.
Identify competitor domains for analysis or benchmarking.
Enhance CRM or database records with accurate company domains.
Locate company websites for targeted email or advertising campaigns.
Identify company domains for prospecting and outreach efforts.
Locate domains for campaign targeting or competitive analysis.
Enrich datasets with company domain information for reporting.
Integrate domain lookup into tools or workflows for automation.
The name of the company to retrieve the domain for (e.g., taboola)
curl -X GET "https://www.pullapi.com/api/v1/company_domain?company=taboola" \
-H 'accept: application/json'\
-H 'authorization: Bearer YOUR_API_TOKEN'
{
"response": {
"data": {
"domain": "https://www.taboola.com/"
}
}
}
Retrieve a list of email addresses associated with a given domain. Extract contact information from a company’s website for outreach, research, or data enrichment purposes.
Collect email addresses from a domain for sales prospecting or outreach.
Find support or contact emails for troubleshooting or inquiries.
Enhance CRM records with email contacts from company domains.
Identify key contacts within a competitor’s domain for strategic insights.
Gather email contacts for lead nurturing and relationship building.
Find emails for targeted campaigns or partnership opportunities.
Locate HR or hiring manager emails for job candidate outreach.
Collect email data for studies or competitive intelligence.
The domain name to retrieve emails from (e.g., taboola.com)
curl -X GET "https://www.pullapi.com/api/v1/domain_emails?domain=taboola.com" \
-H 'accept: application/json'\
-H 'authorization: Bearer YOUR_API_TOKEN'
{
"response": {
"data": {
"emails": [
"support@taboola.com",
"dpo@taboola.com",
"privacy@taboola.com",
"copyright@taboola.com",
"press@taboola.com",
"Dave.s@taboola.com"
]
}
}
}
Analyze the content of a web page using a custom prompt. Extract insights, summaries, or specific information from the page based on your tailored query.
Generate concise summaries of web pages for quick insights.
Extract specific details like products or services from competitor sites.
Analyze page content to assess keywords, structure, or intent.
Identify trends, offerings, or strategies from industry websites.
Summarize or analyze web content for articles or reports.
Evaluate competitor strategies or page effectiveness.
Assess web pages for optimization opportunities.
Extract actionable insights from industry or competitor sites.
The web page URL to analyze (e.g., https://taboola.com)
Custom prompt to guide the analysis (e.g., "What are the products or services offered by Taboola?")
curl -X POST "https://www.pullapi.com/api/v1/analyze_web_page" \
-H 'accept: application/json'\
-H 'authorization: Bearer YOUR_API_TOKEN'\
-H 'content-type: application/json' \
-d '{
"url": "https://taboola.com",
"prompt": "What are the products or services offered by Taboola?"
}'
{
"response": {
"data": {
"analysis_output": "The Taboola platform offers a wide range of services aimed at helping businesses grow and succeed online. Key features include targeted advertising, audience targeting, performance metrics tracking, and tools for optimizing the digital marketing funnel. The platform provides detailed information on how to use its various products effectively, such as 1st Party Audience Targeting Solutions, which allow publishers to connect with specific audiences based on their needs. Additionally, Taboola offers insights into conversion rates, cost-per-action (COPA) metrics, and other performance indicators that help businesses understand the effectiveness of their campaigns. The platform also includes tools for analyzing customer behavior, such as headline analyzer tools, which provide detailed insights into customer engagement with brand messaging. These features enable businesses to make data-driven decisions to improve their marketing strategies and ultimately drive business growth."
}
}
}
Analyze search engine results pages (SERPs) for a given query using a custom prompt. Extract and interpret data from multiple result pages across a specified search engine.
Analyze SERPs to understand ranking factors or keyword performance.
Extract insights about competitors’ visibility in search results.
Identify trends or popular topics based on search result content.
Evaluate top-ranking pages to inform content creation or optimization.
Analyze SERPs to optimize websites for better rankings.
Study search results for campaign planning or competitor insights.
Use SERP data to craft relevant and high-ranking content.
Extract market insights from search engine results.
The search query to analyze (e.g., "Capital of France")
Custom prompt to guide the analysis (e.g., "What is the capital of France?")
The search engine to use (e.g., "duckduckgo")
Number of SERP pages to analyze (e.g., 3)
curl -X POST "https://www.pullapi.com/api/v1/analyze_serp" \
-H 'accept: application/json'\
-H 'authorization: Bearer YOUR_API_TOKEN'\
-H 'content-type: application/json' \
-d '{
"query": "Capital of France",
"prompt": "What is the capital of France?",
"search_engine": "duckduckgo",
"pages_number": 3
}'
{
"response": {
"data": {
"analysis_output": "Paris is the capital city of France. It has a rich history and cultural significance as the political, economic, and cultural center of the country since the 9th century. The city's historical sites include landmarks such as the Eiffel Tower, Notre-Dame Cathedral, and the Louvre Museum. Paris is also known for its vibrant arts scene, fashion industry, and global influence in various fields including film, cuisine, and architecture."
}
}
}
Retrieve a list of Hugging Face models available for a specific task. Identify and explore machine learning models tailored to your use case from the Hugging Face ecosystem.
Find the best Hugging Face models for tasks like summarization or translation.
Identify models to integrate into AI-driven applications or workflows.
Discover state-of-the-art models for academic or experimental projects.
Compare available models for performance evaluation on specific tasks.
Access models for building NLP or machine learning solutions.
Explore and select models for data analysis or predictive tasks.
Identify cutting-edge models for AI research and experimentation.
Evaluate model options for AI-powered product features.
The task to filter models by (e.g., "summarization")
The number of results to return (default to 30)
curl -X GET "https://www.pullapi.com/api/v1/hf_models?task=summarization" \
-H 'accept: application/json'\
-H 'authorization: Bearer YOUR_API_TOKEN'
{
"response": {
"data": {
"models": [
"facebook/bart-large-cnn",
"google-t5/t5-small",
"google-t5/t5-base",
"google-t5/t5-11b",
"sshleifer/distilbart-cnn-12-6",
]
}
}
}
curl -X POST "https://www.pullapi.com/api/v1/scrap_web_page" \
-H 'accept: application/json'\
-H 'authorization: Bearer YOUR_API_TOKEN'\
-H 'content-type: application/json' \
-d '{
"url":"https://taboola.com",
"js_script":"return { content: document.body.innerText }"
}'