Outscraper अक्सर पूछे जाने वाले प्रश्न

आम

स्क्रैपिंग, हार्वेस्टिंग या एक्सट्रेक्टिंग किसी सार्वजनिक साइट से सभी जानकारी प्राप्त करने की एक प्रक्रिया है। यह डेटा के मैन्युअल निर्यात को स्वचालित करता है।

The scraping and extracting of public data is protected by the First Amendment of the United States Constitution. The Ninth Circuit Court of Appeals ruled that automated scraping of publicly accessible data does not violate the Computer Fraud and Abuse Act (CFAA). Although, you should seek the counsel of an attorney on your specific matter to comply with the laws in your jurisdiction.

Every scraping task is running in the cloud. Your IP address will not be affected by the scraping.

Check out the API Docs or visit the GitHub page to get insider tips on how you can integrate services with your code. Check out the blog.

We’re extracting only publicly available data, and the scraper works as a browser for data scientists, developers, and marketers.

The mechanism to guarantee PII-free data is to select what columns you want to return.

No. All scraping activities occur on Outscraper servers, ensuring that your IP address is not utilized for data scraping. It also means your computer can be turned off when extraction tasks are running.

Payments & Subscriptions

The invoice will be generated based on the usage of the services during the billing period (30 days). The prices are listed on the page.

फ्री टियर वह मात्रा है जिसका उपयोग आप हर महीने मुफ्त में कर सकते हैं। उदाहरण के लिए, कुछ उत्पाद X में प्रति माह 500 अनुरोधों के साथ एक निःशुल्क टियर है। इसका मतलब है कि एक महीने के दौरान 500 अनुरोधों से कम के उत्पाद का कोई भी उपयोग मुफ्त होगा।

When a subscription is finalized, you will receive an invoice for the usage of the services during the subscription period.

In the event that you’re not able to make a payment within 3 days the system will try to charge you automatically.

  1. Before adding credits, make sure you entered your details on the billing information page (in case you need it in invoices or PO).
  2. Navigate to your profile page.
  3. Enter the number of credits you want to add.
  4. Choose the payment method you want to use in order to add credits (credit card, PayPal, etc.).
  5. After clicking the button with your payment method, follow the steps of the payment method provider.

Once you have some usage, you can see the upcoming invoice on the Profile Page. Once you have the amount due, you can generate the invoice manually by clicking “Generate Invoice”, or it will be generated automatically within 30 days.

Once you add credits to your account (prepaid option), you will receive the receipt for the transaction by email.

Invoices with the usage of specific services will be generated after each billing period (30 days). Alternatively, once you have the amount due, you can generate the invoice manually by clicking “Generate Invoice” on the Profile Page.

Yes. Outscraper will charge your account balance $10 and issue an additional invoice with the amount due.

No. The task will be finished, and if the task usage is greater than your account credits, you will simply receive an invoice with the outstanding usage.

You can use limits to limit the amount of extracted data.

  1. Open Outscraper Platform.
  2. Navigate to the Billing Information page.
  3. Enter the necessary billing information you want to see on your invoices.
  4. Click the Save button. All your future invoices will be created with the information you have entered.

Refer a friend and start receiving 35% of your referral payments to your account balance. Your referral will receive a 25% discount on their first payment. Get your referral link now.

एपीआई

The limit of queries per second depends on the nature of the requests, the service, and the request parameters (amount of results, number of queries, etc.). The average QPS is about 20 (soft limit). However, Outscraper can scale according to your needs. Please contact the team in case you need a higher QPS.

Yes. API supports batching by sending arrays with up to 25 queries (e.g., query=text1&query=text2&query=text3). It allows multiple queries to be sent in one request and saves on network latency.

Navigate to the API Usage History page to see your latest requests.

Navigate to प्रोफ़ाइल पृष्ठ->API token to create a new key.

The average response time is 3-5 seconds. But it might depend on the service (speed optimized or no) type and the number of queries per request (batch option).

There are a few key points you should follow to increase the throughput of the API.

  1. Make sure you are using the latest versions of the API endpoints. For example, prefer using Places API V2  instead of Places API V1. In the case of using SDK the last version of API will be used by default (e.g. google_maps_search()).
  2. Use batching to send up to 25 queries per one request (e.g., query=text1&query=text2&query=text3). It allows multiple queries to be sent in one request and save on network latency time.
  3. Run requests in parallel. Check out this example.
  4. Use a webhook to fetch results once it’s ready.

Some tasks can take time to extract the data. There are a few ways to handle timeouts.

  1. Use retries. Expect that some number of scraping requests might return an error or timeout. Usually, trying one more time solves the issue.
  2. Use async requests. A good practice is to send async requests and start checking the results after the estimated execution time. Check out this Python implementation as an example.
  3. Use a webhook to fetch results once it’s ready.

गूगल मैप्स स्क्रैपर

Sometimes Google adds other categories to your searches. For example, when you search for restaurants, you might see bars, coffee shops, or even hotels. This might lead to irrelevant data, especially when you are using minor categories like swimming pools.

Outscraper आपको दो उपकरण प्रदान करता है जिनका उपयोग आप उन श्रेणियों को समाप्त करने के लिए कर सकते हैं।

  1. The landmark category on Google Maps

    Use the “exact match” checkbox. The parameter specifies whether to return only the categories you selected or everything that Google shows. Make sure you are using the right categories by opening similar places on Google and checking the category.

  2. Filtering the results

    Filter results by applying Filters to the subtypes column. Such filters can eliminate all the irrelevant data and return only what you need. To avoid empty results, make sure you are familiar with the values of the fields before using the Filters.

कुछ मामले ऐसे होते हैं जब पूर्वनिर्धारित स्थान या/और श्रेणियां पर्याप्त नहीं होती हैं। श्रेणियों या/और स्थानों को सम्मिलित करने के लिए "कस्टम स्थान" या/और "कस्टम श्रेणियां" विकल्पों का उपयोग करें।

Google मानचित्र की एक सीमा है जो प्रति एक क्वेरी खोज में केवल 400-500 स्थान दिखाती है। यह एक समस्या हो सकती है जब एक श्रेणी में अधिक कंपनियां हों। उदाहरण के लिए, क्वेरी के लिए "रेस्तरां, ब्रुकलिन".

इसे दूर करने के लिए हम स्थान को उप-स्थानों में विभाजित करने का सुझाव देते हैं। उदाहरण के लिए, डाक कोड का उपयोग करके:
"रेस्तरां, ब्रुकलिन 11203",
"रेस्तरां, ब्रुकलिन 11211",
"रेस्तरां, ब्रुकलिन 11215",

या उप-श्रेणियों के साथ प्रश्नों का उपयोग करना:

"एशियाई रेस्तरां, ब्रुकलिन",

"इतालवी रेस्तरां, ब्रुकलिन",

"मैक्सिकन रेस्तरां, ब्रुकलिन",

"प्रश्नों का उपयोग करें" स्विचर की जांच करें और प्रश्न दर्ज करें।

Google को केवल विशेष कंपनियों की खोज करने के लिए बाध्य करने के लिए, उद्धरण चिह्नों के बीच शब्द " " संलग्न करें। NS ” “ ऑपरेटर का उपयोग आमतौर पर स्टॉप वर्ड्स के आसपास किया जाता है (ऐसे शब्द जिन्हें Google अन्यथा अनदेखा कर देगा) या जब आप चाहते हैं कि Google केवल उन्हीं पृष्ठों को लौटाए जो आपके खोज शब्दों से सटीक रूप से मेल खाते हों।

"डेटा निकालें ..." बटन पर क्लिक करने के बाद आप कार्य अनुमान और प्रश्न देखेंगे।

Google मानचित्र साइट पर यह कैसा दिखता है, यह जांचने के लिए कुछ प्रश्नों को क्लिक करने और खोलने की अनुशंसा की जाती है।

परिणामों की अपेक्षित संख्या को नियंत्रित करने के लिए आपको दो बातों का पालन करना चाहिए।

1. Organizations per query limit – the limit of organizations to take from one query.

2. Number of queries – the amount of search queries you’re going to make.

2 श्रेणियों और 3 स्थानों से डेटा निकालने के लिए बॉट द्वारा 6 प्रश्न पूछे जाएंगे।

इसलिए, परिणामी राशि 480 संगठनों (80 * 6 प्रश्नों की सीमा) से अधिक नहीं होगी।

You can remove duplicates in one task by selecting the “Drop duplicates” checkbox.

Yes, you can drop duplicates inside one task by using the “Drop duplicates” checkbox (advanced parameters). Alternatively, you can drop it yourself by using the “google_id” or “place_id” fields as unique identifiers for a place.

परिणामों की सही संख्या निष्कर्षण के बाद ही पता चलेगा।

स्क्रैप किए गए परिणामों की अंतिम मात्रा को सीमित करने के लिए आप "कुल स्थानों की सीमा" का उपयोग कर सकते हैं।

Yes. You can use the following link as a query: “https://www.google.com/maps/search/real+estate+agency/@41.4034,2.1718413,17z” where you can specify a query (real+estate+agency), the coordinates (41.4034,2.1718413) and zoom level (17z). You can find these values while visiting Google Maps.

Alternatively, you can use the “coordinates” parameter if you are using the API.

Yes. You can use Emails & Contacts Scraper along with Google Maps scraper to enrich the data from Google. In order to do so, select “Emails & Contacts Scraper” in the “Enrich by other services” section on the Google Maps Scraper page.

You will pay only for the results you extract, no matter how many queries you make.

No. There is no public information about emails connected with the listing on Google Maps. Outscraper uses external sources to find those emails.

Yes. You can use filters from the advanced parameters with the following operator.

You can split your tasks by city/state or some other unique attributes. For example, you can extract places from New York in the first task and places from California in the second task.

Yes. To find businesses without websites, you can use our advanced search filters. Choose the ‘site’ field and set it to ‘is blank’. This will show you businesses that don’t have a website. If you want to see businesses with websites, just set the ‘site’ field to ‘is not blank’ instead.

To learn more about filters, please visit this article: https://outscraper.com/google-maps-data-scraper-filters/

संपर्क करें

प्रश्न, विशेष आवश्यकताएँ, मुद्दे... आपसे सुनकर हमेशा प्रसन्नता हुई।