Guru Jobs Freelancer Scraper avatar
Guru Jobs Freelancer Scraper

Pricing

$25.00/month + usage

Go to Store
Guru Jobs Freelancer Scraper

Guru Jobs Freelancer Scraper

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

Scrape the freelancers profile of Guru Jobs

0.0 (0)

Pricing

$25.00/month + usage

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

3 days ago


📌 Guru Jobs Scraper – Apify Actor

The Guru Jobs Scraper Actor enables you to search and scrape freelancer service data from [Guru.com] based on custom keyword queries. This is especially useful for businesses, researchers, or agencies looking to analyze or discover freelancers in a particular niche.


🔧 Input

This Actor accepts a JSON object as input. Here's an example input:

{
"item_limit": 30,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": []
},
"queries": [
"Wordpress"
]
}

Input Fields

FieldTypeRequiredDescription
item_limitIntegerMaximum number of freelancer listings to return per query.
proxyConfigurationObjectConfiguration for Apify proxy (recommended to avoid blocks).
queriesString[]Array of keywords to search on Guru.com (e.g., ["Wordpress", "React"]).

📤 Output

The Actor returns an array of freelancer listings matching your queries. Each object in the array contains detailed information about the freelancer and their services.

Example Output

[
{
"query": "Wordpress",
"guru_id": "1223797",
"name": "Suretek Infosoft Pvt. Ltd.",
"profile_url": "https://www.guru.com/freelancers/suretek-infosoft-pvt-ltd",
"avatar_image": "https://res.cloudinary.com/.../suretek2.jpg",
"location": "Sunder Vihar,, Delhi,, India",
"membership_level": "Executive",
"earnings": "399,600/yr",
"feedback": "100%",
"profile_video_url": "",
"whatsapp_connect_allowed": false,
"feedback_reviews": 0,
"service_id": "4123966",
"service_title": "WordPress Development",
"service_url": "https://www.guru.com/service/wordpress-development/india/uttar-pradesh/noida/4123966",
"service_image": "https://res.cloudinary.com/.../For_Post.png",
"rates": "$12/hr · Starting at $500",
"description": "Suretek Infosoft Pvt. Ltd. is equipped with a pool of highly skilled and experienced software professionals...",
"portfolio_ids": [
"219037",
"219040",
"659852",
"660249",
"660259",
"661236"
],
"service_count": 0,
"portfolio_count": 0,
"skill_categories": [
"Programming & Development"
],
"skills": [
"WordPress",
"Adobe Photoshop",
"Blog Writing",
"Brochure Design",
"Design"
]
}
]

Each Record Includes:

  • query: Search term used.
  • guru_id: Freelancer ID.
  • name: Freelancer or company name.
  • profile_url: Direct link to the freelancer’s profile.
  • location: Location of the freelancer.
  • membership_level: Freelancer's membership tier.
  • earnings: Reported yearly earnings.
  • feedback: Feedback score (percentage).
  • service_title: Title of their offered service.
  • rates: Hourly rate and package price.
  • skills: List of advertised skills.

✅ Use Cases

  • Discover top freelancers by skill (e.g., "Shopify", "SEO", "Laravel").
  • Analyze freelancer profiles for market research.
  • Build your own lead-generation dataset for outreach.
  • Monitor competition offerings and pricing.

🚀 Usage Tips

  • Use keywords that reflect your niche or domain (e.g., "Figma", "Data Entry").
  • Set a sensible item_limit (e.g., 20–50) to avoid long processing times.
  • Enable Apify Proxy to ensure smooth and uninterrupted scraping.

🛠 Support

For custom outputs, bug reports, or feature requests, please contact:

📧 Email: support@getdataforme.com 🌐 Contact Form: https://getdataforme.com/contact

📌 Please include a descriptive subject line like: [Guru Scraper Support] Issue with Query or [Feature Request] Add Portfolio Count


Let me know if you'd like this formatted as a README.md or published on Apify’s public actor listing!