MongoDB Import

MongoDB Import

Act import objects to specific mongodb collection. You can pass list of plain objects or Apify key-value store as input. For info see readme bellow.

AUTOMATIONOPEN_SOURCEApify

MongoDB Import Actor

This Actor imports data from an Apify dataset into a specified MongoDB collection. It allows you to take scraped or processed data stored in a dataset and transfer it directly into your MongoDB database. The Actor also supports the identification of unique keys to either update existing documents or insert new ones.

Features

  • Imports data from an Apify dataset into a MongoDB collection.
  • Supports identification of unique keys to update existing documents if found.
  • Allows flexible MongoDB connection through the provided MongoDB URI.
  • Automatically handles connection and insertion into MongoDB.
  • Customize the collection name and dataset source.

How It Works

  1. Dataset Input: The Actor fetches data from the Apify dataset specified by the datasetId parameter.
  2. MongoDB Connection: Using the provided MongoDB connection string, the Actor connects to the specified MongoDB database.
  3. Data Import: The Actor imports the data into the collection specified by the collection parameter. If unique keys are provided, it will try to update existing documents with matching unique keys, otherwise it will insert new records.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!