This actor efficiently scrapes Amazon seller data, including storefront details, ratings, product listings, and contact information. It helps analyze competition and identify potential partners on the Amazon marketplace.
This Amazon Seller Information Scraper is a powerful tool for extracting comprehensive seller data directly from Amazon product pages, enabling users to gather critical business intelligence. It collects detailed information such as seller names, ratings, review counts, store URLs, products sold, contact information (where available), shipping policies, return policies, and potentially other store-specific details like business addresses and brand portfolios. This data is invaluable for competitor analysis, market research, identifying potential suppliers, monitoring seller performance, assessing market trends, and building comprehensive databases for targeted marketing and business development strategies within the Amazon marketplace.
Field Name | Type | Description |
---|---|---|
profileUrl | String | The URL of the TikTok profile. |
followers | Number | The number of followers the TikTok profile has. |
following | Number | The number of accounts the TikTok profile is following. |
likes | Number | The total number of likes the TikTok profile has received. |
bio | String | The bio/description of the TikTok profile. |
username | String | The TikTok username of the profile. |
displayName | String | The display name of the TikTok profile. |
isVerified | Boolean | Indicates whether the TikTok profile is verified. |
profilePictureUrl | String | The URL of the TikTok profile picture. |
videoCount | Number | The number of videos the TikTok profile has posted. |
latestVideoUrls | Array of String | An array of URLs for the most recent videos posted by the TikTok profile |
latestVideoTitles | Array of String | An array of the titles/descriptions for the most recent videos posted by the TikTok profile |
latestVideoViews | Array of Number | An array of the view counts for the most recent videos posted by the TikTok profile |
latestVideoLikes | Array of Number | An array of the like counts for the most recent videos posted by the TikTok profile |
latestVideoComments | Array of Number | An array of the comment counts for the most recent videos posted by the TikTok profile |
latestVideoShares | Array of Number | An array of the share counts for the most recent videos posted by the TikTok profile |
isAmazonSeller | Boolean | A calculated field, indicating whether the TikTok profile promotes Amazon products or is likely an Amazon seller (based on bio, videos, etc.). |
amazonSellerProfile | Object | An object containing extracted information about the seller's presence on Amazon if isAmazonSeller is true (see below). |
amazonSellerProfile.amazonStorefrontUrl | String | The URL to the seller's storefront on Amazon, if found. |
amazonSellerProfile.amazonBrandName | String | The name of the Amazon brand associated with the profile, if found. |
amazonSellerProfile.amazonProductExamples | Array of Strings | An array of Amazon product URLs or ASINs found in the profile or video descriptions. |
amazonSellerProfile.probableNiche | String | Estimated product niche that the seller is focusing on (e.g., "Kitchen Gadgets", "Clothing", "Electronics"). |
amazonSellerProfile.keywordsUsed | Array of String | Keywords extracted from the bio and video descriptions related to Amazon products or selling. |
extractedAt | String | Timestamp of when the data was extracted (ISO 8601 format). |
error | String | If an error occurred during extraction, a description of the error. Null if no error. |
1{ 2 "url": "https://www.amazon.es/sp?seller=AWKG3GL9X9XP2", 3 "seller_id": "AWKG3GL9X9XP2", 4 "seller_name": "J&L***ime***odu******", 5 "description": "J&L***ime***odu*********mpr*********************a c***************************************************", 6 "detailed_info": [ 7 { 8 "title": "Vendedor comercial" 9 }, 10 { 11 "title": "N\u00famero de IVA" 12 }, 13 { 14 "title": "N\u00famero de tel\u00e9fono" 15 }, 16 { 17 "title": "Correo electr\u00f3nico" 18 } 19 ], 20 "feedbacks": [ 21 { 22 "date": "Por***se ***led*********6 d******************", 23 "stars": "5 de un m\u00e1ximo de 5 estrellas", 24 "text": "Bien" 25 }, 26 { 27 "date": "Por***a e***1 d********* de*********", 28 "stars": "5 de un m\u00e1ximo de 5 estrellas", 29 "text": "Buena calidad de producto, llevo muy r\u00e1pido y en perfectas condiciones. \ud83d\udc4c\ud83c\udfff" 30 }, 31 { 32 "date": "Por***ibi***el *********ubr************", 33 "stars": "5 de un m\u00e1ximo de 5 estrellas", 34 "text": "Muy bien producto" 35 } 36 ], 37 "stars": "5 de un m\u00e1ximo de 5 estrellas", 38 "return_policy": [], 39 "shipping_policies": "Este art\u00edculo lo despacha Amazon y se env\u00eda conforme a las Tarifas y pol\u00edticas de env\u00edos de Amazon.es .", 40 "privacy_security": "Amazon entiende tu preocupaci\u00f3n por c\u00f3mo se utiliza y comparte tu informaci\u00f3n personal y te agradecemos tu confianza en que trataremos tus datos de forma confidencial. Queremos informarte que Amazon facilitar\u00e1 a J&L Prime Products informaci\u00f3n relacionada con tu pedido cuando \u00e9ste incluya productos que hayas comprado a ese vendedor, incluyendo tu nombre, direcci\u00f3n de entrega y de facturaci\u00f3n, correo electr\u00f3nico y precio pagado. Amazon exige a todos los vendedores que protejan tu informaci\u00f3n y que la utilicen \u00fanicamente para procesar tus pedidos de acuerdo con la normativa de protecci\u00f3n de datos aplicable y de manera consistente con el Pol\u00edtica de privacidad de Amazon.es .", 41 "privacy_policy": "J&L Prime Products valora la privacidad de sus datos personales.", 42 "tax_info": null, 43 "help_content": "Si tienes dudas sobre un cargo realizado a tu tarjeta de cr\u00e9dito, contacta con Amazon. Si tienes dudas sobre c\u00f3mo realizar un pedido, busca en la Ayuda de Amazon.", 44 "products_link": "https://www.amazon.es/s?ie=UTF8&marketplaceID=A1RKKUPIHCS9HS&me=AWKG3GL9X9XP2", 45 "business_name__DUPLICATE": null, 46 "business_address__DUPLICATE": null, 47 "rating_positive": "100%", 48 "brands": null, 49 "feedbacks_percentages": { 50 "star_1": "0%", 51 "star_2": "0%", 52 "star_3": "0%", 53 "star_4": "0%", 54 "star_5": "100%" 55 }, 56 "rating_count_m12": 3, 57 "rating_count_m3": 1, 58 "rating_count_lifetime": 3, 59 "rating_count_m1": 1, 60 "country": "ES", 61 "email": "amz***ter***gma*********", 62 "timestamp": "2025-02-05", 63 "seller_phone_number": "+34***941***" 64}
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!