Detect Technologies
Detect technologies used by a website including e-commerce platforms, analytics tools (GA4, Google Ads), and tracking pixels (Facebook Pixel, GTM).
Use this to find out what tech stack a website runs — CMS, analytics, frontend frameworks, payment processors, CDN, chat tools, and more. Great for lead qualification and competitive research.
2 credits per request. Add render_js=true for sites that load tech dynamically (+4 credits).
Quick example
curl -G "https://api.webscraperapi.ai/v1/detect_technologies" \
-H "Authorization: Bearer $WEBSCRAPERAPI_API_KEY" \
--data-urlencode "url=https://shopify.com" \
--data-urlencode "output=json"Use render_js=true for single-page apps where tech is loaded via JavaScript. Without it, you may miss client-side frameworks and analytics tools.
Full API reference
Query Parameters
The URL to analyze.
uri1 <= length <= 2083Technologies to check for: ga4, google_ads, google_ads_audience_tracker, google_ads_conversion, google_ads_remarketing, google_ads_user_list, google_tag_manager, facebook_pixel.
["technology","drupal","bigcommerce","prestashop","webflow","react","next_js","vue_js","nuxt_js","angular","jquery","web_server","ga4","google_ads","google_ads_audience_tracker","google_ads_conversion","google_ads_remarketing","google_ads_user_list","google_tag_manager","google_recaptcha","facebook_pixel","matomo_analytics","hotjar","mixpanel","plausible_analytics","microsoft_clarity","fullstory","cloudflare_cdn","aws_cloudfront","fastly","akamai","hubspot","marketo","salesforce_pardot","intercom","zendesk_chat","drift","crisp","onetrust","cookiebot","stripe","paypal","hcaptcha","segment","rudderstack"]Output format.
"markdown""markdown" | "json" | "csv"Whether to render JavaScript (recommended).
trueRequest timeout in milliseconds.
Response Body
application/json
application/json
curl -X GET "https://api.webscraperapi.ai/v1/detect_technologies?url=http%3A%2F%2Fexample.com"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Scrape
Scrape any web page and optionally process it with an LLM. Supports JavaScript rendering, CSS selectors, and multiple output formats (raw HTML, clean HTML, markdown, metadata, links, emails).
Google Search
Search Google and retrieve structured organic results with title, URL, and description. Supports search types (images, news, videos), time filters, and geographic targeting.