Indeed + LinkedIn avatar
Indeed + LinkedIn

Pricing

$5.00/month + usage

Go to Store
Indeed + LinkedIn

Indeed + LinkedIn

Developed by

Canadesk Support

Canadesk Support

Maintained by Community

Get Job Postings from Indeed and LinkedIn from all over the world. It's fast and costs little.

3.0 (1)

Pricing

$5.00/month + usage

12

Total users

239

Monthly users

25

Runs succeeded

98%

Issues response

2 days

Last modified

8 days ago

competent_path avatar

Cannot get results for "Denkmark"

Closed

Competent Path (competent_path) opened this issue
9 days ago
  1. The input requires to pass "Denkmark", I assume country name is invalid If I pass Denmark the actor fails with validation

  2. The search fails

2025-07-18T08:29:36.801Z ACTOR: Pulling Docker image of build ebkuZwuHjIajYCuSw from registry.
2025-07-18T08:29:44.440Z ACTOR: Creating Docker container.
2025-07-18T08:29:44.888Z ACTOR: Starting Docker container.
2025-07-18T08:29:47.160Z {'city': 'Copenhagen', 'country': 'Denkmark', 'engines': '3', 'proxy': {'useApifyProxy': True, 'apifyProxyGroups': ['RESIDENTIAL']}, 'title': 'Architect', 'jobtype': 'fulltime', 'distance': '15', 'remote': 'No', 'last': 'all', 'max': 40, 'delay': 3}
2025-07-18T08:29:47.162Z ERROR Something went wrong!

Input:

{
"city": "Copenhagen",
"country": "Denkmark",
"engines": "3",
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
},
"title": "Architect",
"jobtype": "fulltime",
"distance": "15",
"remote": "No",
"last": "all",
"max": 40,
"delay": 3
}

Note that it also fails if I use "engines": "2",

canadesk avatar

Hello,

Please try again, thanks! You can comment on the same issue even if it's closed.

[ { "id": "in-3f123b2701982570", "site": "indeed", "job_url": "https://dk.indeed.com/viewjob?jk=3f123b2701982570", "job_url_direct": "https://careers.accor.com/global/en/job/director-of-sales-and-marketing-in-mercure-kathmandu-sukedhara-heights-kathmandu-jid-61352", "title": "Director of Sales & Marketing", "company": "Accor", "location": "København, D84, DK", "date_posted": 1752796800000, "job_type": "fulltime", "salary_source": null, "interval": null, "min_amount": null, "max_amount": null, "currency": null, "is_remote": false, "job_level": null, "job_function": null, "listing_type": null, "emails": null, "description": "

Company Description


\nWhy work for Accor?
\nWe are far more than a worldwide leader. We welcome you as you are and you can find a job and brand that matches your personality. We support you to grow and learn every day, making sure that work brings purpose to your life, so that during your journey with us, you can continue to explore Accor’s limitless possibilities.
\nBy joining Accor, every chapter of your story is yours to write and together we can imagine tomorrow's hospitality. Discover the life that awaits you at Accor, visit https://careers.accor.com/
\nDo what you love, care for the world, dare to challenge the status quo! #BELIMITLESS"


\nJob Description


\nWe are seeking a dynamic and visionary Director of Sales & Marketing to join our team in Kathmandu, Nepal. As a key member of our leadership team, you will be responsible for developing and implementing comprehensive sales and marketing strategies to drive revenue growth and enhance our market position.

  • \nDevelop and execute innovative sales and marketing strategies aligned with company goals and market trends
  • \nLead and mentor a high-performing sales and marketing team, fostering a culture of collaboration and excellence
  • \nConduct thorough market research and competitor analysis to identify new opportunities and inform strategic decisions
  • \nImplement dynamic pricing models and optimize distribution channels to maximize revenue
  • \nCreate and manage targeted marketing campaigns across various platforms, including digital and traditional media
  • \nEstablish and maintain strong relationships with key clients, partners, and stakeholders
  • \nCollaborate with the revenue management team to analyze performance metrics and drive above-market results
  • \nDevelop and manage the annual sales and marketing budget, ensuring efficient resource allocation
  • \nMonitor and analyze sales and marketing performance, providing regular reports and insights to senior management
  • \nStay abreast of industry trends and best practices, continuously improving processes and strategies

\nQualifications
\n
  • \nBachelor's degree in Business, Marketing, or a related field
  • \nMinimum of 5 years of experience in a senior sales and marketing role, preferably in the hospitality industry
  • \nProven track record of developing and executing successful sales and marketing strategies
  • \nStrong leadership skills with experience managing and motivating high-performing teams
  • \nExcellent communication, negotiation, and networking abilities
  • \nIn-depth understanding of market segments, customer behavior, and industry trends
  • \nProficiency in CRM software, marketing analytics tools, and digital marketing platforms
  • \nStrategic thinking and analytical skills, with the ability to translate data into actionable insights
  • \nExperience in budget management and financial planning
  • \nInnovative mindset with a customer-focused approach to problem-solving
  • \nAbility to thrive in a fast-paced, dynamic environment and adapt to changing market conditions

\nAdditional Information
\n
  • \nYou will be joining a collaborative and dynamic team that thrives in a supportive and professional environment—whether at one of our vibrant properties or within our innovative corporate offices.
  • \nOur Purpose: Pioneering The Art of Responsible Hospitality, Connecting Culture with Heartfelt Care
", "company_industry": "Restaurants Travel And Leisure", "company_url": "https://dk.indeed.com/cmp/Accor", "company_logo": "https://d2q79iu7y748jz.cloudfront.net/s/_squarelogo/256x256/eaff30a751d077870ddf324a72d24ea6", "company_url_direct": "http://careers.accor.com", "company_addresses": "82, rue Henri Farman - 92130 Issy-les-Moulineaux - France", "company_num_employees": "10,000+", "company_revenue": "$1B to $5B (USD)", "company_description": "To become a Heartist® is to live a unique experience where every personality and every action counts.", "skills": null, "experience_range": null, "company_rating": null, "company_reviews_count": null, "vacancy_count": null, "work_from_home_type": null }, ... ]

competent_path avatar

Thank you. It works now with the following input

{
"city": "Copenhagen",
"country": "Denmark",
"engines": "2",
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
},
"title": "Architect",
"jobtype": "fulltime",
"distance": "15",
"remote": "No",
"last": "all",
"max": 40,
"delay": 3
}